MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / writeP0

Method writeP0

Drivers/AW9523/Source/Aw9523.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19bool Aw9523::writeP0(uint8_t value) const {
20 return writeRegister8(AW9523_REGISTER_P0, value);
21}
22
23bool Aw9523::writeP1(uint8_t value) const {
24 return writeRegister8(AW9523_REGISTER_P1, value);

Callers 1

initGpioExpanderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected