** Function: powerOff ** location: mykeyboard.cpp ** Turns off the device (or try to) **********************************************************************/
| 157 | ** Turns off the device (or try to) |
| 158 | **********************************************************************/ |
| 159 | void powerOff() { PPM.shutdown(); } |
| 160 | |
| 161 | /********************************************************************* |
| 162 | ** Function: checkReboot |