summaryrefslogtreecommitdiff
path: root/mtac.h
diff options
context:
space:
mode:
authorPatrick Murphy <patrick.muprphy@multitech.com>2021-05-27 15:20:31 -0500
committerPatrick Murphy <patrick.muprphy@multitech.com>2021-05-27 15:20:31 -0500
commitb6e93d5a5b93cfd3d19f89866b96e01d7bfd959b (patch)
tree1c6d889b52cdaaddddf63c7c2d54789e7838b174 /mtac.h
parentd9e9096d724d20e9765ccc38a17b2bc85cbc3897 (diff)
downloadmtac-b6e93d5a5b93cfd3d19f89866b96e01d7bfd959b.tar.gz
mtac-b6e93d5a5b93cfd3d19f89866b96e01d7bfd959b.tar.bz2
mtac-b6e93d5a5b93cfd3d19f89866b96e01d7bfd959b.zip
initial support for mtac-003 mtac card
Diffstat (limited to 'mtac.h')
-rw-r--r--mtac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtac.h b/mtac.h
index 1a84884..6b4cae2 100644
--- a/mtac.h
+++ b/mtac.h
@@ -30,6 +30,7 @@
#define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0"
#define HW_VERSION_MTAC_LORA_1_1 "MTAC-LORA-1.1"
#define HW_VERSION_MTAC_LORA_1_5 "MTAC-LORA-1.5"
+#define HW_VERSION_MTAC_003_0_0 "MTAC-003-0.0"
/* Code assumes CRESET/CDONE (SPI programming) cases will not
* exactly match MTAC-LORA-0.0, 1.0, or 1.1. Also levels before
* 1.5 must be the same length.
@@ -46,6 +47,7 @@ enum {
MTAC_LORA_1_0,
MTAC_LORA_1_1,
MTAC_LORA_1_5,
+ MTAC_003_0_0,
MTAC_PULSE_1_0,
MTAC_XDOT_0_0,
MTAC_LORA_2G4_0_0,