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