Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

Committer:
jmitc91516
Date:
Mon Jul 31 15:37:57 2017 +0000
Revision:
8:26e49e6955bd
Parent:
1:a5258871b33d
Method ramp scrolling improved, and more bitmaps moved to QSPI memory

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jmitc91516 1:a5258871b33d 1 #ifndef GCIGNITIONSTATEENUM_H
jmitc91516 1:a5258871b33d 2 #define GCIGNITIONSTATEENUM_H
jmitc91516 1:a5258871b33d 3
jmitc91516 1:a5258871b33d 4 /*
jmitc91516 1:a5258871b33d 5 An enum specifying the possible ignition states (FID and FPD detectors)
jmitc91516 1:a5258871b33d 6 */
jmitc91516 1:a5258871b33d 7 typedef enum enumIgnitionState { NOT_LIT = 1, LIGHTING = 2, LIT = 3 } IgnitionState;
jmitc91516 1:a5258871b33d 8
jmitc91516 1:a5258871b33d 9 #endif // GCIGNITIONSTATEENUM_H