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

Method reset

lib/i2cdev/I2Cdev.cpp:900–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898 }
899
900 void Fastwire::reset() {
901 TWCR = 0;
902 }
903
904 byte Fastwire::stop() {
905 TWCR = (1 << TWINT) | (1 << TWEN) | (1 << TWSTO);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected