OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txAddress
(Results
1 - 2
of
2
) sorted by null
/external/arduino/libraries/Wire/
Wire.cpp
35
uint8_t TwoWire::
txAddress
= 0;
101
txAddress
= address;
115
int8_t ret = twi_writeTo(
txAddress
, txBuffer, txBufferLength, 1);
Wire.h
34
static uint8_t
txAddress
;
Completed in 112 milliseconds