From a08cd73dd548250d2ee28e7885d99ff3975f2a60 Mon Sep 17 00:00:00 2001 From: RITUait Date: Tue, 26 Jun 2018 05:48:05 -0700 Subject: Update README.md --- README.md | 4 ++-- 1 file 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. --- -- cgit