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

Function _setup_gpio

boards/elecrow/interface.cpp:23–26  ·  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

21** Description: initial setup for the device
22***************************************************************************************/
23void _setup_gpio() {
24 launcherGpioOutput(33);
25 launcherGpioWrite(33, HIGH);
26}
27
28/***************************************************************************************
29** Function name: _post_setup_gpio()

Callers

nothing calls this directly

Calls 2

launcherGpioOutputFunction · 0.85
launcherGpioWriteFunction · 0.85

Tested by

no test coverage detected