Improve Key Names, Add Font drawing,Working on modes
This commit is contained in:
26
workspace/ts100/inc/Modes.h
Normal file
26
workspace/ts100/inc/Modes.h
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* 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_ */
|
||||
Reference in New Issue
Block a user