Project Autus - Automated Plant Chamber
Fork of keypad_test by
Autus
This is the codebase accompanying the project Autus.
Autus is an automated growth chamber for plants.
Features
Control Humidity inside chamber wrt to external humidity. Control Temperature inside chamber. ( Peltier Heaters/Coolers ) Water and shower plants. Control soil humidity. Monitor water tanks level (Load Cell)
Code Base Features
Fixed timing and CRC for DHT-11 Sensor. Fixed OneWire bug for ds18b20
Cyclic Executive Scheduler with Priority. Async IPC framework for PC App over bluetooth
Fake RTC systick, I was having some trouble with the on board rtc.
Diff: UI/ui.h
- Revision:
- 14:72176f1e4907
- Parent:
- 12:b3137bb72ef7
- Child:
- 30:417e8ba439ff
--- a/UI/ui.h Sat Apr 12 11:15:20 2014 +0000 +++ b/UI/ui.h Sat Apr 12 20:29:37 2014 +0000 @@ -26,6 +26,7 @@ extern unsigned int blue_light_value; extern unsigned int green_light_value; +extern float weight_sensor; void ui_startup(); void ui_screen1() ;