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

Method reset

Sming/Libraries/I2Cdev/I2Cdev.cpp:883–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881 }
882
883 void Fastwire::reset() {
884 TWCR = 0;
885 }
886
887 byte Fastwire::stop() {
888 TWCR = (1 << TWINT) | (1 << TWEN) | (1 << TWSTO);

Callers 6

StartReadNextMethod · 0.45
DoMeasureMethod · 0.45
writeMethod · 0.45
parseMethod · 0.45
drawFunction · 0.45
serializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected