Contains thermostat application typedefs and initialization function.
More...
|
#define | DEBUG_MODE |
| DEBUG_MODE allows transmission of scratchpad data packet in in Thermostat_UI_Demo application when uncommented.
|
|
#define | POWER_TESTING |
| POWER_TESTING keeps LEDs from turning on while the demo is running. It is used to obtain an accurate measure of application power consumption.
|
|
|
enum | FanState { FanState_Off,
FanState_On,
FanState_Auto
} |
| FanState enumeration contains all valid states for the fan controlled by the thermostat UI.
|
|
enum | UnitState { UnitState_Off,
UnitState_Heat,
UnitState_Cool
} |
| UnitState enumeration contains all valid states for the heating/cooling unit controlled by the thermostat UI.
|
|
|
void | ThermostatUI_initSystem (void) |
| Function called in main to initialize the system to run demo thermostat UI application.
|
|
Contains thermostat application typedefs and initialization function.
- Author
- : a0273983, Created on: Aug 3, 2015
-
: a0224638, Revised on: Sept 8, 2015