diff options
Diffstat (limited to 'icezum/blink/README.md')
-rw-r--r-- | icezum/blink/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/icezum/blink/README.md b/icezum/blink/README.md new file mode 100644 index 0000000..e61330b --- /dev/null +++ b/icezum/blink/README.md @@ -0,0 +1,16 @@ +A hello world example for the **Icezum Alhambra board** +It just blinks all the leds + +Execute + +```sh +$ make +``` + +for synthesizing the example and + +```sh +$ make prog +``` + +for programing the board |