Red and Green LED pin configuration and reset.
status= PIN_Configure(
LED_Green.porta_num,
LED_Green.pin_num, PIN_FUNC_0, PIN_PINMODE_PULLUP, PIN_PINMODE_NORMAL);
status= PIN_Configure(
LED_Red.porta_num,
LED_Red.pin_num, PIN_FUNC_0, PIN_PINMODE_PULLUP, PIN_PINMODE_NORMAL);
}
const porta_pin_def LED_Red
Green LED.
void LED_pin_configuration(void)
Red and Green LED pin configuration and reset.
const porta_pin_def LED_Green
Green LED.