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

Method _read8

libraries/rotaryDecoder/rotaryDecoder.cpp:151–155  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

149// PRIVATE
150//
151uint8_t rotaryDecoder::_read8()
152{
153 _wire->requestFrom(_address, (uint8_t)1);
154 return _wire->read();
155}
156
157
158// -- END OF FILE --

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected