Contains setup functions for the Solo Controller application. More...
Functions | |
| void | pinConfig (void) |
| Sets up the Arduino pins for the application. | |
| void | TFT (void) |
| Initilizes the TFT display. | |
| void | menuSystem (void) |
| Initilizes the menu system. | |
| void | tasks (void) |
| Initilizes baseline set of tasks that operate the application. | |
Contains setup functions for the Solo Controller application.
| void Setup::menuSystem | ( | void | ) |
Initilizes the menu system.
Assumes that the TFT has already been initialized.
| void Setup::pinConfig | ( | void | ) |
Sets up the Arduino pins for the application.
Sets up the Arduino pins for the application. This includes setting the pin modes and initializing devices.
| void Setup::tasks | ( | void | ) |
Initilizes baseline set of tasks that operate the application.
Assumes that the menu system has already been initialized.
| void Setup::TFT | ( | void | ) |
Initilizes the TFT display.