** Function: powerOff ** location: mykeyboard.cpp ** Turns off the device (or try to) **********************************************************************/
| 70 | ** Turns off the device (or try to) |
| 71 | **********************************************************************/ |
| 72 | void powerOff() { M5.Power.powerOff(); } |
| 73 | |
| 74 | /********************************************************************* |
| 75 | ** Function: reboot |
nothing calls this directly
no outgoing calls
no test coverage detected