Gabriel Gibeau Sanchez / Mbed 2 deprecated Projet_S5_Mobile_local

Dependencies:   XBeeLib mbed-rtos mbed

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?

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 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