diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-30 14:44:36 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-30 14:44:36 -0500 |
| commit | 92c647af9bdec60c8acbd1913de29a2b89f14c6b (patch) | |
| tree | fd80d5431e8931aac0483c524f7346e91efc91c7 | |
| parent | 4293a61d69b61c3643f6429b76147bd2bfe75b19 (diff) | |
| download | soen422-92c647af9bdec60c8acbd1913de29a2b89f14c6b.zip | |
remove TODO
| -rw-r--r-- | TODO | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -1,29 +0,0 @@ -'*' means 'complete'. - -# Server - -* Design API -* Implement web server - -Implement GUI - - -# Sensor Station - -* Design state machine -* Measure humidity -* Send humidity to server - -Receive target humidity via bluetooth (or just buttons?) -Send target humidity to server - - -# HVAC Station - -* Design state machine -* Receive humidity from server -* PID algorithm to control DC -* Write DC to solenoid - -Receive target humidity from server -Send DC to server |