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.
Dependents: LinkNode_DataAdvertising LinkNode_DataAdvertising1
Fork of TMP_nrf51 by
Sensors.h@3:9125dafacc63, 2016-02-22 (annotated)
- Committer:
- helloqi
- Date:
- Mon Feb 22 02:59:07 2016 +0000
- Revision:
- 3:9125dafacc63
DataAdvertising by MANUFACTURER_SPECIFIC_DATA
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| helloqi | 3:9125dafacc63 | 1 | #ifndef Sensors_H |
| helloqi | 3:9125dafacc63 | 2 | #define Sensors_H |
| helloqi | 3:9125dafacc63 | 3 | |
| helloqi | 3:9125dafacc63 | 4 | #include "mbed.h" |
| helloqi | 3:9125dafacc63 | 5 | |
| helloqi | 3:9125dafacc63 | 6 | void add_data(void); |
| helloqi | 3:9125dafacc63 | 7 | |
| helloqi | 3:9125dafacc63 | 8 | class Sensors |
| helloqi | 3:9125dafacc63 | 9 | { |
| helloqi | 3:9125dafacc63 | 10 | public: |
| helloqi | 3:9125dafacc63 | 11 | typedef uint64_t tmpSensorValue_t; |
| helloqi | 3:9125dafacc63 | 12 | |
| helloqi | 3:9125dafacc63 | 13 | tmpSensorValue_t get(); |
| helloqi | 3:9125dafacc63 | 14 | |
| helloqi | 3:9125dafacc63 | 15 | }; |
| helloqi | 3:9125dafacc63 | 16 | |
| helloqi | 3:9125dafacc63 | 17 | #endif |
