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@1:9e0fbf89c35b, 2017-11-01 (annotated)
- Committer:
- ggs22
- Date:
- Wed Nov 01 14:32:30 2017 +0000
- Revision:
- 1:9e0fbf89c35b
- Parent:
- RTD/RTD.h@0:070c86737326
- Child:
- 2:f19ad62e0ed3
First commit
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 | 0:070c86737326 | 10 | void find_RTD(); |
| ggs22 | 0:070c86737326 | 11 | void status_RTD(); |
| ggs22 | 0:070c86737326 | 12 | void sleep_RTD(); |
| ggs22 | 0:070c86737326 | 13 | void getInfo_RTD(); |
| ggs22 | 0:070c86737326 | 14 | void read_RTD(); |
| ggs22 | 0:070c86737326 | 15 | |
| ggs22 | 0:070c86737326 | 16 | #endif |
