MCPcopy Create free account
hub / github.com/SmingHub/Sming / nbendTransmission

Method nbendTransmission

Sming/Libraries/I2Cdev/I2Cdev.cpp:1375–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373 }
1374
1375 void TwoWire::nbendTransmission(void (*function)(int)) {
1376 twi_cbendTransmissionDone = function;
1377 twi_writeTo(txAddress, txBuffer, txBufferLength, 1);
1378 return;
1379 }
1380
1381 void TwoWire::send(uint8_t data) {
1382 if (twi_transmitting) {

Callers

nothing calls this directly

Calls 1

twi_writeToFunction · 0.70

Tested by

no test coverage detected