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: XBeeLib mbed-rtos mbed
Capteurs/RTD/RTD.h@3:e76f0ece91ef, 2017-12-04 (annotated)
- Committer:
- ggs22
- Date:
- Mon Dec 04 14:32:33 2017 +0000
- Revision:
- 3:e76f0ece91ef
- Parent:
- 2:f19ad62e0ed3
- Child:
- 9:68575180c7a7
commit with sensors lib
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ggs22 | 0:070c86737326 | 1 | #ifndef RTD_H |
| ggs22 | 0:070c86737326 | 2 | #define RTD_H |
| ggs22 | 0:070c86737326 | 3 | |
| ggs22 | 0:070c86737326 | 4 | #include "mbed.h" |
| ggs22 | 0:070c86737326 | 5 | #include "constants.h" |
| ggs22 | 0:070c86737326 | 6 | |
| ggs22 | 0:070c86737326 | 7 | |
| ggs22 | 0:070c86737326 | 8 | void init_RTD(); |
| ggs22 | 0:070c86737326 | 9 | void setAdresse_RTD(uint8_t addresse); |
| ggs22 | 2:f19ad62e0ed3 | 10 | void calibrate_RTD(); |
| ggs22 | 2:f19ad62e0ed3 | 11 | void getCalibrationStatus_RTD(); |
| ggs22 | 0:070c86737326 | 12 | void find_RTD(); |
| ggs22 | 0:070c86737326 | 13 | void status_RTD(); |
| ggs22 | 0:070c86737326 | 14 | void sleep_RTD(); |
| ggs22 | 0:070c86737326 | 15 | void getInfo_RTD(); |
| ggs22 | 0:070c86737326 | 16 | void read_RTD(); |
| ggs22 | 3:e76f0ece91ef | 17 | void read_RTD(char * buffer); |
| ggs22 | 3:e76f0ece91ef | 18 | void clearBuffer_RTD(); |
| ggs22 | 0:070c86737326 | 19 | |
| ggs22 | 0:070c86737326 | 20 | #endif |
