diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-12-30 15:12:56 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-12-30 15:12:56 +0200 |
| commit | ee5d4bc104bb575faeadc8d0594fdd0a32010faf (patch) | |
| tree | 599ce905bee9434ef263aad31bafaf04df0a4c44 /Software/Embedded_SW/Embedded/DataDef.h | |
| parent | 5be3a10ea6a9f392bb3923b03975636a678ef8b9 (diff) | |
| download | Tango-ee5d4bc104bb575faeadc8d0594fdd0a32010faf.tar.gz Tango-ee5d4bc104bb575faeadc8d0594fdd0a32010faf.zip | |
Add Cartridges indication
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/DataDef.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h index 8063b5ab5..71aeae04f 100644 --- a/Software/Embedded_SW/Embedded/DataDef.h +++ b/Software/Embedded_SW/Embedded/DataDef.h @@ -204,6 +204,14 @@ typedef enum JOGGING = 3, }BUTTON; +typedef enum +{ + //According to the bits of the leds in F3_GPO_02_bus + CART1 = 1, + CART2 = 2, + CART3 = 3, +}CARTREGE; + //--------------------- #define MaxFlashWords 128 //1K #define MaxFlashBytes MaxFlashWords*4 //4K Byte |
