summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRITUait2018-06-26 05:48:05 -0700
committerGitHub2018-06-26 05:48:05 -0700
commita08cd73dd548250d2ee28e7885d99ff3975f2a60 (patch)
tree7330efb3f704eb83f74773bf04280279cb1bd079
parent116ffc3690abae9cee8143994b8e35daaa634bfc (diff)
downloadOpenModelicaEmbedded-1-a08cd73dd548250d2ee28e7885d99ff3975f2a60.tar.gz
OpenModelicaEmbedded-1-a08cd73dd548250d2ee28e7885d99ff3975f2a60.tar.bz2
OpenModelicaEmbedded-1-a08cd73dd548250d2ee28e7885d99ff3975f2a60.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5965e24..2496e28 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,12 @@ OpenModelica for Embedded Applications
### 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.
-* Open **StandardFirmata** sketch: `File > Examples > Firmata > StandardFirmata`.
+* Open **pidmata3** sketch: `File > Open > OpenModelicaEmbedded > Firmware > Arduino > pidmata3 > pidmata3.ino`.
* Upload the sketch to the board.
### Simulating the Modelica model
* Now open OMEdit window.
* Open **package.mo** file OpenModelicaEmbedded folder.
-* In OpenModelicaEnbedded package, open **ArduinoExamples** package which consists of examples for arduino board.
+* In OpenModelicaEmbedded package, open **ArduinoExamples** package which consists of examples for arduino board.
* Check and simulate the example models and verify the results.
---