avr-task-scheduler

AVR mcu bare metal task scheduler
Index Commits Files Refs README LICENSE
commit 94edbf0a09fc3e87ced32733f50cdeb592015a75
parent 416026801ea83346f3697e8df7eefba40f080936
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Tue, 14 Oct 2025 10:14:53 -0300

Updated `README.md`

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -4,8 +4,8 @@ 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 (in
 milliseconds) has passed.
 
-In the example four leds controlled, two blinking at different rates and two
-controlled by buttons.
+In the example, four leds are controlled: two blink at different rates, and the
+other two controlled by buttons.
 
 ## Dependencies