diff options
author | Pragya Jha | 2018-06-18 16:33:14 +0530 |
---|---|---|
committer | GitHub | 2018-06-18 16:33:14 +0530 |
commit | 571cc26f58678867839a2632fc1fc731d08d6e40 (patch) | |
tree | 5a570dd6b085e3d93058b689dbcd9efe57f1a4e6 | |
parent | a4ba05c55f0b65b1d960979626555eb572f9366b (diff) | |
download | OpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.tar.gz OpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.tar.bz2 OpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ OpenModelica for Embedded Applications ## Working with Arduino UNO [Atmega328p] ### Setting up firmware for Arduino board -* In `Tools` Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected (most likely /dev/ttyACM0). +* In `Tools` Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected. * Open **StandardFirmata** sketch: `File > Examples > Firmata > StandardFirmata`. * Upload the sketch to the board. ### Simulating the Modelica model @@ -30,7 +30,7 @@ OpenModelica for Embedded Applications ### Simulate a model with Tiva C * In Energia, open the firmware for Tiva C provided in folder named `Firmware`. -* Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu. +* Select appropriate Board (Tiva C) and Port (USB port where Tiva C is connected) in `Tools` menu. * Then, upload the firmware on board. * Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package * Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board. |