See: https://github.com/EEEManchester/Food-Computer

Dependencies:   DHT DS1820 MODSERIAL ModbusSlave232 SoftSerial TSL2561_I2C mbed millis

Fork of ModbusRTU-RS232 by Afdhal Atiff Tan

Committer:
AfdhalAtiffTan
Date:
Thu Aug 11 13:50:38 2016 +0000
Revision:
7:bd9f91d2698f
Parent:
1:77e7cf856fae
Got light sensor working.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AfdhalAtiffTan 1:77e7cf856fae 1 #include "mbed.h"
AfdhalAtiffTan 1:77e7cf856fae 2 #include "DHT.h" //humidity and air temperature
AfdhalAtiffTan 1:77e7cf856fae 3 #include "ModbusSlave232.h" //see readme, for modbus
AfdhalAtiffTan 1:77e7cf856fae 4 #include "millis.h" //see readme, for modbus
AfdhalAtiffTan 1:77e7cf856fae 5 #include "SoftSerial.h" //for co2 sensor
AfdhalAtiffTan 1:77e7cf856fae 6 #include "TSL2561_I2C.h" //for light sensor
AfdhalAtiffTan 1:77e7cf856fae 7 #include "DS1820.h" //water temp sensor
AfdhalAtiffTan 1:77e7cf856fae 8
AfdhalAtiffTan 1:77e7cf856fae 9 #include "pin_definitions.h" //anythign related to physical pins
AfdhalAtiffTan 1:77e7cf856fae 10 #include "objects_and_variables.h" //public objs and vars