summaryrefslogtreecommitdiff
path: root/user-code/modbus/OpenModelica/read_current.mo
blob: 7e6bcf7330b577f7671cc18e861de9737327972a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function read_current
  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_current</b>();
        </pre></blockquote>
        <h4>Description</h4>
        <p>
        </p>
        </html>"));
end read_current;