From acac398b1d2812d52ed676775c588867103211df Mon Sep 17 00:00:00 2001 From: obijuan Date: Mon, 9 Sep 2019 09:31:11 +0200 Subject: [PATCH] Readme updated --- README.md | 2 ++ locale/translation.js | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index af9bd91..bdb298f 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/locale/translation.js b/locale/translation.js index 97e81ff..eaf9df9 100755 --- a/locale/translation.js +++ b/locale/translation.js @@ -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');