Files
IronOS/workspace/ts100/inc/Modes.h
2016-09-18 22:43:35 +10:00

27 lines
336 B
C

/*
* Modes.h
*
* Created on: 17 Sep 2016
* Author: Ralim
*/
#ifndef MODES_H_
#define MODES_H_
#include "CTRL.h"
#include "Hardware.h"
enum
{
STARTUP,//we are sitting on the prompt to push a button
SOLDERING,
TEMP_ADJ,
SETTINGS,
} operatingMode;
enum {
UVLO,
SLEEP_TEMP,
SLEEP_TIME,
}settingsPage;
#endif /* MODES_H_ */