Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read8
Method
read8
libraries/FRAM_I2C/FRAM.cpp:148–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
147
148
uint8_t FRAM::read8(uint16_t memaddr)
149
{
150
uint8_t val;
151
_readBlock(memaddr, (uint8_t *)&val, sizeof(uint8_t));
152
return val;
153
}
154
155
156
uint16_t FRAM::read16(uint16_t memaddr)
Callers
2
read
Method · 0.45
peek
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected