Projet s5 - sensors lib
Dependencies: XBeeLib mbed-rtos mbed
EC.h
00001 #ifndef EC_H 00002 #define EC_H 00003 00004 #include "mbed.h" 00005 #include "constants.h" 00006 00007 00008 void init_EC(); 00009 void setAdresse_EC(uint8_t addresse); 00010 void calibrate_EC(); 00011 void getCalibrationStatus_EC(); 00012 void setProbeType_EC(); 00013 void getProbeType_EC(); 00014 void find_EC(); 00015 void status_EC(); 00016 void sleep_EC(); 00017 void getInfo_EC(); 00018 void read_EC(); 00019 void read_EC(char* buffer); 00020 float getEC(); 00021 void clearBuffer_EC(); 00022 void clearFBuffer_EC(); 00023 void parameterToECOnly(); 00024 void FactorySettings_EC(); 00025 00026 #endif
Generated on Wed Jul 20 2022 22:26:41 by
1.7.2
