Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Sep 9, 2019
1 parent 152505a commit acac398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Examples and blocks for the Icesbreaker FPGA board.
## Examples
* *01-Basic*
* 01-Red-led-on
* 02-Red-green-leds-on
* 03-Pushbutton-led


## Authors
Expand Down
4 changes: 4 additions & 0 deletions locale/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ gettext('Constant 1 bit');
gettext('01-Basic');
gettext('01-Red-led-on');
gettext('## Example 1: Turning on the red LED\n\nThe leds on the Icebreaker board work with negative logic:\n\n* 0: Turns the LED on\n* 1: Turns the LED off\n');
gettext('02-Red-green-leds-on');
gettext('## Example 2: Turning on the red and green LEDs\n\n');
gettext('03-Pushbutton-led');
gettext('## Example 3: Turning the green led on/off\n\nThe input pushbutton is directly connected to the green LED \nby a wire. The LED is off. When the button remains pressed, \nthe LED is on');

0 comments on commit acac398

Please sign in to comment.