MCPcopy 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
94void 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
101void FRAM::write16(uint16_t memaddr, uint16_t value)

Callers 2

writeMethod · 0.45
wipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected