Projet s5 - sensors lib

Dependencies:   XBeeLib mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pH.h Source File

pH.h

00001 #ifndef PH_H
00002 #define PH_H
00003 
00004 #include "mbed.h"
00005 #include "constants.h"
00006 
00007 
00008 void init_PH();
00009 void setAdresse_PH(uint8_t addresse);
00010 void calibrate_PH();
00011 void getCalibrationStatus_PH();
00012 void find_PH();
00013 void status_PH();
00014 void sleep_PH();
00015 void getInfo_PH();
00016 void read_PH();
00017 float getPH();
00018 void read_PH(char * buffer);
00019 void clearBuffer_PH();
00020 
00021 #endif