summaryrefslogtreecommitdiff
path: root/tools/openmodelica/windows/MDD_build/thermistor/run_therm_buzzer.mos
blob: a510879429d49d8b8c5cf9e4609a2dec2d1f03fe (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_buzzer, fileNamePrefix="MDD_therm_buzzer");
getErrorString();