Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
21:8524d815c587
Parent:
20:b0281e8a375a
Child:
33:6ae45cba7958
Child:
35:be9473118f9a
--- a/ExtMemory.hpp	Sun Sep 02 22:24:14 2018 +0000
+++ b/ExtMemory.hpp	Tue Sep 04 13:34:36 2018 +0000
@@ -41,6 +41,7 @@
     /* Service definition */
     typedef struct {
         uint8_t     rank;
+    uint8_t     value_type;
         uint8_t     device_type;
         uint8_t     component_id;
         uint8_t     group_rank;
@@ -55,10 +56,10 @@
         uint8_t     access_pin_6;
         uint8_t     request_mode;
         uint8_t     up_mode;
-        uint32_t    subsample_rate;
-        uint32_t    threshold_delta;
-        uint32_t    threshold_up;
-        uint32_t    threshold_down;
+        double      subsample_rate;
+        double      threshold_delta;
+        double      threshold_up;
+        double      threshold_down;
         char        action;
         char        output;
         char        comment[9];