Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
uint8_t COZIR::_getEEPROM(uint8_t address)
400
{
401
sprintf(_buffer,
"p %u"
, address);
402
return _request(_buffer);
403
}
404
405
406
void COZIR::_setEEPROM2(uint8_t address, uint16_t value)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64