MCPcopy 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
215bool FRAM::getWriteProtect()
216{
217 if (_writeProtectPin < 0) return false;
218 return (digitalRead(_writeProtectPin) == HIGH);
219}
220
221
222uint16_t FRAM::getManufacturerID()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64