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

Method isPowerOn

libraries/AD520X/AD520X.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201bool AD520X::isPowerOn()
202{
203 return digitalRead(_shutdown) == HIGH;
204}
205
206
207/////////////////////////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64