From 329e5d35681cad01c03fad03dcf98a3cfd70e5d3 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Fri, 9 Dec 2022 11:59:33 -0500 Subject: [PATCH] updated readme --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index 69aa898..2488b00 100644 --- a/notes.md +++ b/notes.md @@ -58,3 +58,6 @@ Outline: Need to differentiate sensors vs devices that can be changed - Sensors have a variable sample rate and eventually name/address - Devices have more and widley varying parameters, could be pwm with freq/duty/onoff or ph pump with on, time or off etc. + +#### 12/09 TODO +- Alright I have a baseline! I want to start to integrate atlas type stuff so that I have some mock data/sensors to work with. I am going to try to flesh out the "atlas" interface/struct to implement some of the more basic commands.