avr-task-scheduler

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

Updated `README.md`

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,8 +1,8 @@
 # Arduino Bare Metal Task Scheduler
 
-This is a simple program which implements a task scheduler. What this does is
-basically execute the series of task attached to the scheduler after the
-specified task period in ms have passed.
+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.