Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getProductID
Method
getProductID
libraries/FRAM_I2C/FRAM.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
227
228
uint16_t FRAM::getProductID()
229
{
230
return _getMetaData(1);
231
}
232
233
234
// NOTE: returns the size in kiloBYTE
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64