blob: a8e7947e16a38f40a88fe00164e593d6a89ef379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
loadModel(Modelica);
getErrorString();
loadFile("/home/siddharth/Modelica_HIL_Tasks/Modelica_DeviceDrivers/Modelica_DeviceDrivers/package.mo");
getErrorString();
loadFile("/home/siddharth/OpenModelica-Arduino/Arduino.mo");
getErrorString();
translateModel(Arduino.SerialCommunication.MDD_Examples.MDD_led.MDD_led_blue_red, fileNamePrefix="led_blue_red");
getErrorString();
|