From 3d8d162d50beb7baac99b6b655794a641908efa8 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Thu, 19 Jan 2023 14:30:34 -0500 Subject: [PATCH] updated notes --- internal/notes/weekly/Jan-16-20.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/notes/weekly/Jan-16-20.md b/internal/notes/weekly/Jan-16-20.md index 35d2fd9..ceb8d75 100644 --- a/internal/notes/weekly/Jan-16-20.md +++ b/internal/notes/weekly/Jan-16-20.md @@ -144,3 +144,6 @@ This just feels *wrong* ### I2C Changes The i2c bus is locked at the device level, so I am going to rewrite the bs to just use a function with no struct and remove the whole passing of structs garbage + +#### For tomorrow +What I have now works, but it is still pretty backwards. Need further improvements and need to start thinking about what a websocket might look like in the current model