diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 216cc92..24a1760 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -50,6 +50,11 @@ struct device_attribute _dev_name = { \ #define PRODUCT_ID_MTAC_ETH "MTAC-ETH" #define PRODUCT_ID_MTAC_LORA "MTAC-LORA" +/* MTAC-LORA with native SPI or FTDI FT4222 */ +#define HW_VERSION_MTAC_LORA_0_0 "MTAC-LORA-0.0" +/* MTAC-LORA2 with FTDI FT232H */ +#define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0" + #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" #define HW_VERSION_MTCDP_0_0 "MTCDP-0.0" #define HW_VERSION_MTCDP_1_0 "MTCDP-1.0" @@ -73,6 +78,7 @@ enum { MTAC_MFSER_0_0, MTAC_ETH_0_0, MTAC_LORA_0_0, + MTAC_LORA_1_0, }; // GPIO pin types:input, output, open drain (1 = high Z, 0 = output low) |