test cli

Dependencies:   mbed-os-example-mbed5-lorawan

Fork of Projet_de_bachelor_code by LoRa_Bachelor

Revision:
23:3dfaed332d89
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sensors.h	Fri Jun 08 18:13:32 2018 +0000
@@ -0,0 +1,16 @@
+#ifndef SENSORS_H
+#define SENSORS_H
+
+#include "mbed.h"
+
+class SENSORS{
+    public:
+    int current_sensor();
+    int transducer_sensor();
+    int vbat_sensor();
+    int temp_qsd_sensor();
+    int external_temp_sensor();
+    };
+    
+#endif 
+     
\ No newline at end of file