summaryrefslogtreecommitdiff
path: root/tools/openmodelica/windows/MDD_build/dcmotor/run_dcmotor_loop.mos
blob: e9207ed88366294049f1fb2d9a65e7676ced112e (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_loop, fileNamePrefix="MDD_dcmotor_loop");
getErrorString();