OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TwoWire
(Results
1 - 2
of
2
) sorted by null
/external/arduino/libraries/Wire/
Wire.cpp
2
TwoWire
.cpp - TWI/I2C library for Wiring & Arduino
31
uint8_t
TwoWire
::rxBuffer[BUFFER_LENGTH];
32
uint8_t
TwoWire
::rxBufferIndex = 0;
33
uint8_t
TwoWire
::rxBufferLength = 0;
35
uint8_t
TwoWire
::txAddress = 0;
36
uint8_t
TwoWire
::txBuffer[BUFFER_LENGTH];
37
uint8_t
TwoWire
::txBufferIndex = 0;
38
uint8_t
TwoWire
::txBufferLength = 0;
40
uint8_t
TwoWire
::transmitting = 0;
41
void (*
TwoWire
::user_onRequest)(void)
[
all
...]
Wire.h
2
TwoWire
.h - TWI/I2C library for Arduino & Wiring
27
class
TwoWire
45
TwoWire
();
64
extern
TwoWire
Wire;
Completed in 135 milliseconds