diff options
Diffstat (limited to 'icezum/pushbutton_and/README.md')
-rw-r--r-- | icezum/pushbutton_and/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/icezum/pushbutton_and/README.md b/icezum/pushbutton_and/README.md new file mode 100644 index 0000000..b4734c5 --- /dev/null +++ b/icezum/pushbutton_and/README.md @@ -0,0 +1,17 @@ +A hello world example for the **Icezum Alhambra board** +Testing the sw1 and sw1 pushbutton with an AND gate. The state of the AND +and its negated are wired to the led0 and led7 respectively + +Execute + +```sh +$ make +``` + +for synthesizing the example and + +```sh +$ make prog +``` + +for programing the board |