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

Method waitInt

lib/i2cdev/I2Cdev.cpp:733–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 */
732
733 boolean Fastwire::waitInt() {
734 int l = 250;
735 while (!(TWCR & (1 << TWINT)) && l-- > 0);
736 return l > 0;
737 }
738
739 void Fastwire::setup(int khz, boolean pullup) {
740 TWCR = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected