summaryrefslogtreecommitdiff
path: root/tools/openmodelica/windows/MDD_build/dcmotor/run_dcmotor_both.mos
blob: 876a5d6af96edc6f0a2abb4e40a930add40b9aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
loadModel(Modelica);
getErrorString();

loadFile("D:/Modelica_DeviceDrivers/package.mo");
getErrorString();

loadFile("D:/Arduino.mo");
getErrorString();

translateModel(Arduino.SerialCommunication.MDD_Examples.MDD_dcmotor.MDD_dcmotor_both, fileNamePrefix="MDD_dcmotor_both");
getErrorString();