Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getWriteProtect
Method
getWriteProtect
libraries/FRAM_I2C/FRAM.cpp:215–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
214
215
bool FRAM::getWriteProtect()
216
{
217
if (_writeProtectPin < 0) return false;
218
return (digitalRead(_writeProtectPin) == HIGH);
219
}
220
221
222
uint16_t FRAM::getManufacturerID()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64