MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / nbendTransmission

Method nbendTransmission

lib/i2cdev/I2Cdev.cpp:1392–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 }
1391
1392 void TwoWire::nbendTransmission(void (*function)(int)) {
1393 twi_cbendTransmissionDone = function;
1394 twi_writeTo(txAddress, txBuffer, txBufferLength, 1);
1395 return;
1396 }
1397
1398 void TwoWire::send(uint8_t data) {
1399 if (twi_transmitting) {

Callers

nothing calls this directly

Calls 1

twi_writeToFunction · 0.85

Tested by

no test coverage detected