From 02c760eaa5f460b87d2f609ccd6b5a2d47e3be81 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Thu, 13 Feb 2025 13:12:19 -0600 Subject: [PATCH] fixing readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b370670..e53dc0f 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ 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. 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. +The recon folder are just some experiments I ran to get familiar with STM32. I've finished the schematic (see kicad folder), I'm now working on the PCB. It will likely be finished after the career fair.