MCPcopy 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
27bool Aw9523::writeCTL(uint8_t value) const {
28 return writeRegister8(AW9523_REGISTER_CTL, value);
29}
30
31bool Aw9523::bitOnP1(uint8_t bitmask) const {
32 return bitOn(AW9523_REGISTER_P1, bitmask);

Callers 1

initGpioExpanderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected