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

Function _setup_gpio

boards/phantom/interface.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15***************************************************************************************/
16SPIClass touchSPI;
17void _setup_gpio() {
18 launcherGpioOutput(XPT2046_CS);
19 launcherGpioWrite(XPT2046_CS, HIGH);
20 rotation = 0;
21}
22
23/***************************************************************************************
24** Function name: _post_setup_gpio()

Callers

nothing calls this directly

Calls 2

launcherGpioOutputFunction · 0.85
launcherGpioWriteFunction · 0.85

Tested by

no test coverage detected