Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ twii_SetSlaRW
Function
twii_SetSlaRW
Sming/Libraries/I2Cdev/I2Cdev.cpp:1045–1047 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1043
}
1044
1045
void twii_SetSlaRW(uint8_t ucSlaRW) {
1046
twi_slarw = ucSlaRW;
1047
}
1048
1049
void twii_SetStart() {
1050
TWCR = _BV(TWEN) | _BV(TWIE) | _BV(TWEA) | _BV(TWINT) | _BV(TWSTA);
Callers
2
twi_write00
Function · 0.85
twi_read00
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected