avr-task-scheduler

AVR mcu bare metal task scheduler
Index Commits Files Refs README LICENSE
commit 009fdf07b76331a5440f3387c1e7de94c61a309a
parent f2cb49d30b404697e27e8b508a491c881536a697
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date:   Thu,  6 Nov 2025 01:47:12 -0300

Updated `README.md`

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,8 @@
-# Arduino Bare Metal Task Scheduler
+# AVR Bare Metal Task Scheduler
 
-This is a simple program that implements a task scheduler. It executes a series
-of tasks attached to the scheduler after their specified task period has passed
+This is a simple program that implements a task scheduler for avr based mcus,
+in particular ATmega328. It executes a series of tasks attached to the
+scheduler after their specified task period has passed
 
 ## In this example