Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LinkNod_TemperatureAdvertising
Dependents: LinkNode_Temperatur LinkNode_TemperatureAdvertising_22
Fork of Sensors by
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