From 17f2df7d9d7875cf33f56e6686e307d0b59d2b09 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Mon, 23 Sep 2024 11:53:12 -0700 Subject: [PATCH] removed now uneeded roadmap section. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index f53ad43..2f7a642 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,3 @@ echo "1" | ./otto.sh The command runs the otto script which automates parts of the development cycle such as running and building tests, compiling hex files and flashing the code to a micro-controller using arvdude. - - -## Roadmap - -Some stuff that still needs done. - -- [X] Add ADC Mocked interface. -- [X] Write tests for ADC Mock -- [X] Write ZCD using ADC Mock. -- [X] Write ADC version for ATtiny404 -