diff options
author | RITUait | 2018-06-26 05:48:05 -0700 |
---|---|---|
committer | GitHub | 2018-06-26 05:48:05 -0700 |
commit | a08cd73dd548250d2ee28e7885d99ff3975f2a60 (patch) | |
tree | 7330efb3f704eb83f74773bf04280279cb1bd079 | |
parent | 116ffc3690abae9cee8143994b8e35daaa634bfc (diff) | |
download | OpenModelicaEmbedded-a08cd73dd548250d2ee28e7885d99ff3975f2a60.tar.gz OpenModelicaEmbedded-a08cd73dd548250d2ee28e7885d99ff3975f2a60.tar.bz2 OpenModelicaEmbedded-a08cd73dd548250d2ee28e7885d99ff3975f2a60.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. --- |