From 7886444e17d77222c81527bf6cd52e5197629dad Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" <5425387+Ralim@users.noreply.github.com> Date: Sat, 6 Nov 2021 08:17:33 +1100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 01a79bb..43c8f92 100644 --- a/Home.md +++ b/Home.md @@ -1,9 +1,7 @@ ## Why new software for a soldering iron -The original software for the iron worked really well, except that if you wanted to change most of the settings you had to connect it to a computer via USB and edit a text document.(This has been changed in the new 2.17 firmware) +The original software for the iron worked really well, except that if you wanted to change most of the settings you had to connect it to a computer via USB and edit a text document. (This has been changed in the new 2.17 firmware) -This software aims to work as a complete re-write of the software for the iron, using the code from miniware as a reference. The project is built using System Workbench for STM32 from [Open STM32](http://openstm32.org). - -Most of the code for the system has been completely re-written for this implementation, attempting to move to hardware peripherals for all the IO rather than software driven events(as the minidso firmware does). +Most of the code for the system has been completely re-written for this implementation, attempting to move to hardware peripherals for all the IO rather than software driven events (as the minidso firmware does). The firmware is considered stable, and should be great for everyday use (Lots of users already!).