MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / writeBlock

Method writeBlock

libraries/I2C_EEPROM/I2C_eeprom.cpp:117–121  ·  view source on GitHub ↗

returns I2C status, 0 = OK

Source from the content-addressed store, hash-verified

115
116// returns I2C status, 0 = OK
117int I2C_eeprom::writeBlock(const uint16_t memoryAddress, const uint8_t * buffer, const uint16_t length)
118{
119 int rv = _pageBlock(memoryAddress, buffer, length, true);
120 return rv;
121}
122
123
124/////////////////////////////////////////////////////////////

Callers 2

formatMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected