Searched refs:onReceiveService (Results 1 - 2 of 2) sorted by relevance

/external/arduino/libraries/Wire/
H A DWire.h43 static void onReceiveService(uint8_t*, int);
H A DWire.cpp67 twi_attachSlaveRxEvent(onReceiveService);
207 void TwoWire::onReceiveService(uint8_t* inBytes, int numBytes) function in class:TwoWire

Completed in 338 milliseconds