From 4666d8490530db3207b10895c8f5f23e64233486 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 18:52:40 -0400 Subject: [PATCH] GPIO working reliably. --- TODO.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index c1e5710..788fb20 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,14 @@ # In Progress -1. Strip to bones +1. ~~Strip to bones~~ 2. Better commenting +# Done +1. GPIO Interface + # Immediate To-Do 1. Duplicate and adapt `HestiaClasses` from branch `v2-front` +2. Add startup and shutdown logic +3. Connect to MQTT # Roadmap -1. Add control logic for automatic start and stop -2. Add wiring and sensors for safeties \ No newline at end of file +1. Add wiring and sensors for safeties \ No newline at end of file