diff options
author | obijuan <juan@iearobotics.com> | 2017-02-11 10:05:48 +0100 |
---|---|---|
committer | obijuan <juan@iearobotics.com> | 2017-02-11 10:05:48 +0100 |
commit | f2a62a002f09df979bf01bf9fa6c97f1e7cf73d8 (patch) | |
tree | 4fe1bf2f71a690d43b99e1facdbab6ba54bced3d /icezum/led_on/README.md | |
parent | 3c41ad5479be9991c2e30351a973b9e078b0e716 (diff) | |
download | ghdl-yosys-plugin-f2a62a002f09df979bf01bf9fa6c97f1e7cf73d8.tar.gz ghdl-yosys-plugin-f2a62a002f09df979bf01bf9fa6c97f1e7cf73d8.tar.bz2 ghdl-yosys-plugin-f2a62a002f09df979bf01bf9fa6c97f1e7cf73d8.zip |
Added a hello world example (led_on) for the icezum Alhambra board
Diffstat (limited to 'icezum/led_on/README.md')
-rw-r--r-- | icezum/led_on/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/icezum/led_on/README.md b/icezum/led_on/README.md new file mode 100644 index 0000000..9073c11 --- /dev/null +++ b/icezum/led_on/README.md @@ -0,0 +1,16 @@ +A hello world example for the **Icezum Alhambra board** +It just turn on the led0 and turn off the others + +Execute + +```sh +$ make +``` + +for synthesizing the example and + +```sh +$ make prog +``` + +for programing the board |