MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / _refresh

Method _refresh

libraries/HT16K33/HT16K33.cpp:605–614  ·  view source on GitHub ↗

///////////////////////////////////////////////////// PRIVATE

Source from the content-addressed store, hash-verified

603// PRIVATE
604//
605void HT16K33::_refresh()
606{
607 for (uint8_t pos = 0; pos < 4; pos++)
608 {
609 _wire->beginTransmission(_address);
610 _wire->write(pos * 2);
611 _wire->write(_displayCache[pos]);
612 _wire->endTransmission();
613 }
614}
615
616void HT16K33::writeCmd(uint8_t cmd)
617{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected