LinkNode_TemperatureAdvertising

Dependencies:   LinkNod_TemperatureAdvertising

Dependents:   LinkNode_Temperatur LinkNode_TemperatureAdvertising_22

Fork of Sensors by Delong Qi

Revision:
3:9125dafacc63
Child:
5:912a1f021b8d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sensors.h	Mon Feb 22 02:59:07 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef Sensors_H
+#define Sensors_H
+ 
+#include "mbed.h"
+ 
+void add_data(void);
+
+class Sensors
+{
+public:
+    typedef uint64_t tmpSensorValue_t;
+    
+    tmpSensorValue_t get();
+ 
+};
+ 
+#endif
\ No newline at end of file