Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ writeP1
Method
writeP1
Drivers/AW9523/Source/Aw9523.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
bool Aw9523::writeP1(uint8_t value) const {
24
return writeRegister8(AW9523_REGISTER_P1, value);
25
}
26
27
bool Aw9523::writeCTL(uint8_t value) const {
28
return writeRegister8(AW9523_REGISTER_CTL, value);
Callers
1
initGpioExpander
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected