** Function name: _setup_gpio() ** Location: main.cpp ** Description: initial setup for the device ***************************************************************************************/
| 21 | ** Description: initial setup for the device |
| 22 | ***************************************************************************************/ |
| 23 | void _setup_gpio() { |
| 24 | launcherGpioOutput(33); |
| 25 | launcherGpioWrite(33, HIGH); |
| 26 | } |
| 27 | |
| 28 | /*************************************************************************************** |
| 29 | ** Function name: _post_setup_gpio() |
nothing calls this directly
no test coverage detected