alexsandro scheeren / Mbed 2 deprecated PanelaSTM

Dependencies:   mbed mbed-rtos ModbusSlave232 MODSERIAL max6675 millis

Revision:
1:77e7cf856fae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/includes.h	Thu Jul 28 13:23:10 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "DHT.h" //humidity and air temperature
+#include "ModbusSlave232.h" //see readme, for modbus
+#include "millis.h" //see readme, for modbus
+#include "SoftSerial.h" //for co2 sensor
+#include "TSL2561_I2C.h" //for light sensor
+#include "DS1820.h" //water temp sensor
+
+#include "pin_definitions.h" //anythign related to physical pins
+#include "objects_and_variables.h" //public objs and vars
\ No newline at end of file