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