Projet s5 - sensors lib

Dependencies:   XBeeLib mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RTD.h Source File

RTD.h

00001 #ifndef RTD_H
00002 #define RTD_H
00003 
00004 #include "mbed.h"
00005 #include "constants.h"
00006 
00007 
00008 void init_RTD();
00009 void setAdresse_RTD(uint8_t addresse);
00010 void calibrate_RTD();
00011 void getCalibrationStatus_RTD();
00012 void find_RTD();
00013 void status_RTD();
00014 void sleep_RTD();
00015 void getInfo_RTD();
00016 void read_RTD();
00017 float getRTD();
00018 void read_RTD(char * buffer);
00019 void clearBuffer_RTD();
00020 
00021 #endif