Initialize device
function constructor import Modelica_DeviceDrivers.EmbeddedTargets.STM32F4.Types; extends .Modelica.Icons.Function; input HAL.Init handle "handle"; input Types.LED led "A led 3 to 6"; output InitLed dig; end constructor;