summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-30 14:44:36 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-30 14:44:36 -0500
commit92c647af9bdec60c8acbd1913de29a2b89f14c6b (patch)
treefd80d5431e8931aac0483c524f7346e91efc91c7
parent4293a61d69b61c3643f6429b76147bd2bfe75b19 (diff)
downloadsoen422-92c647af9bdec60c8acbd1913de29a2b89f14c6b.zip
remove TODO
-rw-r--r--TODO29
1 files changed, 0 insertions, 29 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index e238be3..0000000
--- a/TODO
+++ /dev/null
@@ -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