summaryrefslogtreecommitdiff
path: root/Origin/tools/openmodelica/linux/MDD_build/thermistor/runMDD_therm_read.mos
blob: a2516269cc508ea1d46f0a0e824771395302ebe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
loadModel(Modelica);
getErrorString();

loadFile("/home/souradip/Modelica_DeviceDrivers/Modelica_DeviceDrivers/package.mo");
getErrorString();

loadFile("/home/souradip/OpenModelica/Arduino.mo");
getErrorString();

translateModel(Arduino.SerialCommunication.MDD_Examples.MDD_thermistor.MDD_therm_read, fileNamePrefix="therm_read");
getErrorString();