** Function name: _setup_gpio() ** Location: main.cpp ** Description: initial setup for the device ***************************************************************************************/
| 11 | ** Description: initial setup for the device |
| 12 | ***************************************************************************************/ |
| 13 | void _setup_gpio() { |
| 14 | pinMode(TOUCH_CS, OUTPUT); |
| 15 | digitalWrite(TOUCH_CS, HIGH); |
| 16 | bruceConfig.colorInverted = 0; |
| 17 | } |
| 18 | |
| 19 | /*************************************************************************************** |
| 20 | ** Function name: _post_setup_gpio() |
nothing calls this directly
no outgoing calls
no test coverage detected