Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos ModbusSlave232 MODSERIAL max6675 millis
Diff: includes.h
- 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