** Function name: _setup_gpio() ** Location: main.cpp ** Description: initial setup for the device ***************************************************************************************/
| 9 | ** Description: initial setup for the device |
| 10 | ***************************************************************************************/ |
| 11 | void _setup_gpio() { M5.begin(); } |
| 12 | |
| 13 | /*************************************************************************************** |
| 14 | ** Function name: getBattery() |