MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / _setup_gpio

Function _setup_gpio

boards/m5stack-tab5/interface.cpp:12–16  ·  view source on GitHub ↗

** Function name: _setup_gpio() ** Location: main.cpp ** Description: initial setup for the device ***************************************************************************************/

Source from the content-addressed store, hash-verified

10** Description: initial setup for the device
11***************************************************************************************/
12void _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()

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45

Tested by

no test coverage detected