#define LED3_OFF() GPIO_SetBits(LED3_PORT,LED3_PIN)#define LED3_TOGGLE() (GPIO_Read...
This code example demonstrates implementation of a shell on the UART communication interface including commands to toggle a LED using XMC MCU. - GitHub - Infineon/mtb-example-xmc-uart-shell: This code example demonstrates implementation of a shell on the