LinkNode_TemperatureAdvertising

Dependencies:   LinkNod_TemperatureAdvertising

Dependents:   LinkNode_Temperatur LinkNode_TemperatureAdvertising_22

Fork of Sensors by Delong Qi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Sensors.h Source File

Sensors.h

00001 #ifndef Sensors_H
00002 #define Sensors_H
00003  
00004 #include "mbed.h"
00005 #include "Sensors/BMP180/BMP180.h"
00006 
00007  
00008 void add_data(void);
00009 
00010 class Sensors
00011 {
00012 public:
00013     typedef uint64_t tmpSensorValue_t;
00014     
00015     tmpSensorValue_t get();
00016  
00017 };
00018  
00019 #endif