Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ write8
Method
write8
libraries/FRAM_I2C/FRAM.cpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
void FRAM::write8(uint16_t memaddr, uint8_t value)
95
{
96
uint8_t val = value;
97
_writeBlock(memaddr, (uint8_t *)&val, sizeof(uint8_t));
98
}
99
100
101
void FRAM::write16(uint16_t memaddr, uint16_t value)
Callers
2
write
Method · 0.45
wipe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected