** Function: powerOff ** location: mykeyboard.cpp ** Turns off the device (or try to) **********************************************************************/
| 65 | ** Turns off the device (or try to) |
| 66 | **********************************************************************/ |
| 67 | void powerOff() { M5.Power.powerOff(); } |
nothing calls this directly
no outgoing calls
no test coverage detected