Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read32
Method
read32
libraries/FRAM_I2C/FRAM.cpp:164–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
uint32_t FRAM::read32(uint16_t memaddr)
165
{
166
uint32_t val;
167
_readBlock(memaddr, (uint8_t *)&val, sizeof(uint32_t));
168
return val;
169
}
170
171
172
float FRAM::readFloat(uint16_t memaddr)
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected