MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / powerOff

Function powerOff

boards/m5stack-tab5/interface.cpp:72–72  ·  view source on GitHub ↗

** Function: powerOff ** location: mykeyboard.cpp ** Turns off the device (or try to) **********************************************************************/

Source from the content-addressed store, hash-verified

70** Turns off the device (or try to)
71**********************************************************************/
72void powerOff() { M5.Power.powerOff(); }
73
74/*********************************************************************
75** Function: reboot

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected