Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
CB::SETUP Namespace Reference

Callback functions used by the Setup Menus. More...

Namespaces

namespace  PID
 Callback functions that are specific to the SetupPID_Menu class.
 
namespace  TEMP
 Callback functions that are specific to the SetupTempMenu class.
 
namespace  VOL
 Callback functions that are specific to the SetupVolMenu class.
 

Functions

Common Setup Button Callbacks.

These methods switch between setup menus and submenus.

void volSetup (void)
 Switch to Volume Setup Menu.
 
void tempSetup (void)
 Switch to Temperature Setup Menu.
 
void PID_Setup (void)
 Switch to PID Setup Menu.
 
void returnToMainMenu (void)
 Return to the Main Menu.
 

Detailed Description

Callback functions used by the Setup Menus.

Function Documentation

◆ PID_Setup()

void CB::SETUP::PID_Setup ( void )

Switch to PID Setup Menu.

◆ returnToMainMenu()

void CB::SETUP::returnToMainMenu ( void )

Return to the Main Menu.

◆ tempSetup()

void CB::SETUP::tempSetup ( void )

Switch to Temperature Setup Menu.

◆ volSetup()

void CB::SETUP::volSetup ( void )

Switch to Volume Setup Menu.