MCPcopy Create free account
hub / github.com/BruceDevices/firmware / _setup_gpio

Function _setup_gpio

boards/m5stack-core/interface.cpp:10–12  ·  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

8** Description: initial setup for the device
9***************************************************************************************/
10void _setup_gpio() {
11 M5.begin(); // Need to test if SDCard inits with the new setup
12}
13
14/***************************************************************************************
15** Function name: getBattery()

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected