** 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() { |
| 13 | |
| 14 | M5.begin(); |
| 15 | launcherWifiInitHostedSdio(SDIO2_CLK, SDIO2_CMD, SDIO2_D0, SDIO2_D1, SDIO2_D2, SDIO2_D3, SDIO2_RST); |
| 16 | } |
| 17 | |
| 18 | /*************************************************************************************** |
| 19 | ** Function name: _post_setup_gpio() |
nothing calls this directly
no test coverage detected