Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ writeCmd
Method
writeCmd
libraries/HT16K33/HT16K33.cpp:616–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
void HT16K33::writeCmd(uint8_t cmd)
617
{
618
_wire->beginTransmission(_address);
619
_wire->write(cmd);
620
_wire->endTransmission();
621
}
622
623
624
void HT16K33::writePos(uint8_t pos, uint8_t mask)
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected