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

Method getManufacturerID

libraries/FRAM_I2C/FRAM.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222uint16_t FRAM::getManufacturerID()
223{
224 return _getMetaData(0);
225}
226
227
228uint16_t FRAM::getProductID()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36