summaryrefslogtreecommitdiff
path: root/user-code/modbus/OpenModelica/readVoltage.mo
blob: d6fd36417debfd3b4e750804246938b556059694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function read_voltage
  extends Modelica.Icons.Function;

  external read_voltage() annotation(Library = "Modbus");
  annotation(Documentation(info = "<html>
        <h4>Syntax</h4>
        <blockquote><pre>
        Arduino.SerialCommunication.Examples.modbus.<b>read_voltage</b>();
        </pre></blockquote>
        <h4>Description</h4>
        <p>
        </p>
        </html>"));
end read_voltage;