Gabriel Gibeau Sanchez / Mbed 2 deprecated Projet_S5_Mobile_local

Dependencies:   XBeeLib mbed-rtos mbed

Committer:
ggs22
Date:
Tue Dec 05 19:36:37 2017 +0000
Revision:
9:68575180c7a7
Parent:
3:e76f0ece91ef
commit with process control

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 9:68575180c7a7 17 float getRTD();
ggs22 3:e76f0ece91ef 18 void read_RTD(char * buffer);
ggs22 3:e76f0ece91ef 19 void clearBuffer_RTD();
ggs22 0:070c86737326 20
ggs22 0:070c86737326 21 #endif