.Modelica_DeviceDrivers.EmbeddedTargets.AVR.Functions.Digital.LCD.HD44780.Init.constructor

Information

Initialize device

Interface

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;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos