summaryrefslogtreecommitdiff
path: root/tools/openmodelica/windows/MDD_build/pot/run_pot_threshold.mos
blob: 843fc0f02918a9eec9706af024155c766d6ee57a (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_pot.MDD_pot_threshold, fileNamePrefix="MDD_pot_threshold");
getErrorString();