Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StartReadNext
Method · 0.45
DoMeasure
Method · 0.45
write
Method · 0.45
parse
Method · 0.45
draw
Function · 0.45
serialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected