Gabriel Gibeau Sanchez / Mbed 2 deprecated Projet_S5_Mobile_local

Dependencies:   XBeeLib mbed-rtos mbed

Committer:
ggs22
Date:
Mon Nov 06 15:56:59 2017 +0000
Revision:
2:f19ad62e0ed3
Parent:
1:9e0fbf89c35b
Child:
3:e76f0ece91ef
commit 6-11-2017;

Who changed what in which revision?

UserRevisionLine numberNew 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 0:070c86737326 17
ggs22 0:070c86737326 18 #endif