From 06883740a342341cd17622e8572e3e04423cdc96 Mon Sep 17 00:00:00 2001 From: Pragya28 Date: Wed, 6 Jun 2018 23:30:13 +0530 Subject: Text removed from examples --- OpenModelicaArduino/package.mo | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/OpenModelicaArduino/package.mo b/OpenModelicaArduino/package.mo index 342c1cf..5d43efc 100644 --- a/OpenModelicaArduino/package.mo +++ b/OpenModelicaArduino/package.mo @@ -293,7 +293,7 @@ equation
This example uses the DigitalOutput component to control the LED attached to the Arduino board on pin 13. It uses a BooleanPulse from the Modelica library to produce an On/Off signal that is fed into the DigitalOutput component. This will make the LED attached to the pin blink.
You can go ahead and add more LEDs to the board as shown in the following figure. This will require you to add one more DigitalOutput component to control the LED on pin 9.
-