From 8f1cbc4e18f22f323b6380eb4e98aba40bd53009 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Thu, 13 Feb 2025 13:11:38 -0600 Subject: [PATCH] fixing readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f7712..b370670 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## This project is actively in progress! ## Description This card will be powered by 4 zink air batteries (cost effective & high enough discharge) and will allow exploration of the mandelbrot fractal. Cost per card is projected to be about 7$, although I'm spending a lot more money learning. -A cheaper MCU could be used, but I decided to go with something that has a developed ecosystem to save time. I don't currently have the time to slog through datasheets and write my own display driver (see my uncompleted wristwatch project for a time when I did). +A cheaper MCU could be used, but I decided to go with something that has a developed ecosystem to save time. If you'd like to see software built from the ground up, without any HAL, see my wristwatch project. ## Directories The recon folder are just some experiments I ran to get familiar with STM32 and it's HAL. My final project will likely not use a HAL. I've finished the schematic (see kicad folder), I'm now working on the PCB. It will likely be finished after the career fair.