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

Method _getEEPROM

libraries/Cozir/cozir.cpp:399–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399uint8_t COZIR::_getEEPROM(uint8_t address)
400{
401 sprintf(_buffer, "p %u", address);
402 return _request(_buffer);
403}
404
405
406void COZIR::_setEEPROM2(uint8_t address, uint16_t value)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64