From 158310598f77327d0d603eb2cad33de4d0b2c828 Mon Sep 17 00:00:00 2001 From: indigo Date: Mon, 22 Sep 2025 21:03:28 -0500 Subject: [PATCH] readme done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8bb4ad..86080a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ I made a buisness card that uses an STM32 to allow exploration of a modified man * Custom bordertracing algorithm to accelerate use * Custom modification of mandelbrot for pretty pictures - + # Code I used STM32's HAL to speed up development, which has unfortunately left the project a mess. The source files are [here](program/stm32f1_buisnesscard_v1/Core/Src) and header files [here](program/stm32f1_buisnesscard_v1/Core/Inc).