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

Method powerOff

libraries/AD520X/AD520X.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195void AD520X::powerOff()
196{
197 digitalWrite(_shutdown, LOW);
198}
199
200
201bool AD520X::isPowerOn()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36