summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-01-07 17:32:00 -0600
committerJesse Gilles <jgilles@multitech.com>2015-01-07 17:32:00 -0600
commitae93c853b5edd59059581c5a49a99a7326e4b31b (patch)
treef646e7e20a7963edc1d43a1ac3eea931569f734f /io-module/mts_io.h
parent9ca7d0bf3253fd3858a014fb0f86d5e329feb20a (diff)
downloadmts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.tar.gz
mts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.tar.bz2
mts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.zip
add mtac-lora support1.1.0
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index 1b51cd3..216cc92 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -48,6 +48,7 @@ struct device_attribute _dev_name = { \
#define PRODUCT_ID_MTAC_GPIOB "MTAC-GPIOB"
#define PRODUCT_ID_MTAC_MFSER "MTAC-MFSER"
#define PRODUCT_ID_MTAC_ETH "MTAC-ETH"
+#define PRODUCT_ID_MTAC_LORA "MTAC-LORA"
#define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0"
#define HW_VERSION_MTCDP_0_0 "MTCDP-0.0"
@@ -71,6 +72,7 @@ enum {
MTAC_GPIOB_0_0,
MTAC_MFSER_0_0,
MTAC_ETH_0_0,
+ MTAC_LORA_0_0,
};
// GPIO pin types:input, output, open drain (1 = high Z, 0 = output low)