arduino-bare-metal-blink

Arduino blink example without IDE or additional libraries
Index Commits Files Refs README
commit e4623cf93537a8da2002a02265cacf66d87b84f3
parent a6f175f7431ad2429c446268d012c1bfc542326e
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sat, 30 Aug 2025 15:26:00 -0300

Updated `README.md`

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,8 @@
 # Arduino Bare Metal Blink Example
 
-Very simple program to blink the built-in led of an arduino without using any
-external libraries only one C file `main.c`
+Very simple program to blink the built-in led of an arduino (UNO/Nano, not
+tested with other boards) without using any external libraries, only one C file
+`main.c`
 
 ## Dependencies