** Function name: _post_setup_gpio() ** Location: main.cpp ** Description: second stage gpio setup to make a few functions work ***************************************************************************************/
| 15 | ** Description: second stage gpio setup to make a few functions work |
| 16 | ***************************************************************************************/ |
| 17 | void _post_setup_gpio() { |
| 18 | launcherConsolePrintf("%s\n", String("Setting GPIO 0 as Input, press to access the Launcher").c_str()); |
| 19 | launcherGpioInputPullup(SEL_BTN); |
| 20 | } |
| 21 | |
| 22 | /********************************************************************* |
| 23 | ** Function: setBrightness |
nothing calls this directly
no test coverage detected