Adding Blinky.ino and README.md

This commit is contained in:
M. Stokroos
2018-07-10 15:03:45 +02:00
parent 63d616b06e
commit 8146494508
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Blinky
Blinky is a simple Arduino sketch that blinks the LED on the Arduino.
The sketch was created for learning how to create a Git repository.