Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
uint16_t FRAM::getManufacturerID()
223
{
224
return _getMetaData(0);
225
}
226
227
228
uint16_t FRAM::getProductID()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36