function writeDigitalPin extends Modelica.Icons.Function; input Integer pin; input Integer board; input Boolean value; end writeDigitalPin;