summaryrefslogtreecommitdiff
path: root/Origin/tools/openmodelica/windows/MDD_build/thermistor/run_therm_read.mos
blob: 6a1395592637b85add51e00eba84fb72186f1b89 (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_thermistor.MDD_therm_read, fileNamePrefix="MDD_therm_read");
getErrorString();