Projet s5 - sensors lib

Dependencies:   XBeeLib mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Sensors.h Source File

Sensors.h

00001 #ifndef SENSORS_H
00002 #define SENSORS_H
00003 
00004 #include "mbed.h"
00005 #include "constants.h"
00006 #include "EC.h"
00007 #include "pH.h"
00008 #include "RTD.h"
00009 #include "xbeeutils.h"
00010 
00011 void calibrateSensors();
00012 void getReadings();
00013 
00014 #endif