MCPcopy 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
108void 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
115void FRAM::writeFloat(uint16_t memaddr, float value)

Callers 2

saveMethod · 0.80
wipeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected