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

Method getSizeBytes

libraries/FRAM_I2C/FRAM.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245uint32_t FRAM::getSizeBytes()
246{
247 return _sizeBytes;
248};
249
250
251// override to be used when getSize() fails == 0

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64