Initialize device
function constructor import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Constants; import Modelica_DeviceDrivers.EmbeddedTargets.AVR.Types; extends .Modelica.Icons.Function; input Types.Port port "Uses up pins 0-2, 4-7 on a single port on the AVR"; input String text = Constants.spaces_16 + Constants.spaces_16 "Assumes 16x2=32 characters are passed. No bounds checking."; output Init lcd; end constructor;