commit a6f175f7431ad2429c446268d012c1bfc542326e parent dc2f86c244e16e22071dee8b92dbc620d0eb2c13 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sat, 30 Aug 2025 14:06:32 -0300 Updated `README.md` Diffstat:
| M | README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md @@ -1,6 +1,7 @@ # Arduino Bare Metal Blink Example -This is a simple arduino program to blink the built-in led +Very simple program to blink the built-in led of an arduino without using any +external libraries only one C file `main.c` ## Dependencies
