LinkNode_TemperatureAdvertising

Dependencies:   LinkNod_TemperatureAdvertising

Dependents:   LinkNode_Temperatur LinkNode_TemperatureAdvertising_22

Fork of Sensors by Delong Qi

Sensors.h

Committer:
helloqi
Date:
2016-03-02
Revision:
5:912a1f021b8d
Parent:
3:9125dafacc63

File content as of revision 5:912a1f021b8d:

#ifndef Sensors_H
#define Sensors_H
 
#include "mbed.h"
#include "Sensors/BMP180/BMP180.h"

 
void add_data(void);

class Sensors
{
public:
    typedef uint64_t tmpSensorValue_t;
    
    tmpSensorValue_t get();
 
};
 
#endif