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

Method _read8

libraries/rotaryDecoderSwitch/rotaryDecoderSwitch.cpp:159–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157// PRIVATE
158//
159uint8_t rotaryDecoderSwitch::_read8()
160{
161 _wire->requestFrom(_address, (uint8_t)1);
162 return _wire->read();
163}
164
165
166// -- END OF FILE --

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected