Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Setup Namespace Reference

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.
 

Detailed Description

Contains setup functions for the Solo Controller application.

Function Documentation

◆ menuSystem()

void Setup::menuSystem ( void )

Initilizes the menu system.

Assumes that the TFT has already been initialized.

Parameters
None.

◆ pinConfig()

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.

Parameters
None.

◆ tasks()

void Setup::tasks ( void )

Initilizes baseline set of tasks that operate the application.

Assumes that the menu system has already been initialized.

Parameters
None.

◆ TFT()

void Setup::TFT ( void )

Initilizes the TFT display.

Parameters
None.