/******************************************************************************* * Includes ******************************************************************************/ #include #include "led_mbdt.h" /******************************************************************************* * Definitions ******************************************************************************/ /******************************************************************************* * Prototypes of internal functions ******************************************************************************/ /******************************************************************************* * Structure Definitions ******************************************************************************/ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //_SIMULINK_API_//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// /*FUNCTION********************************************************************** * Function No. : MBD_LED-001 * Function Name : MED_LED_Initialization * Description : * * * *******************************************************************************/ void MBD_LED_Initialization(){ led_init(); } /*FUNCTION********************************************************************** * Function No. : MBD_LED-002 * Function Name : MBD_LED_On * Description : * * * *******************************************************************************/ void MBD_LED_On(){ led_on(); }