Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ write32
Method
write32
libraries/FRAM_I2C/FRAM.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
108
void FRAM::write32(uint16_t memaddr, uint32_t value)
109
{
110
uint32_t val = value;
111
_writeBlock(memaddr, (uint8_t *)&val, sizeof(uint32_t));
112
}
113
114
115
void FRAM::writeFloat(uint16_t memaddr, float value)
Callers
2
save
Method · 0.80
wipe
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected