function readDigitalPin extends Modelica.Icons.Function; input Integer pin; input Boolean init; input Integer board; input Integer t; output Boolean value; end readDigitalPin;