// ***************************************************************************** // ***************************************************************************** // Section: Application Configuration // ***************************************************************************** // ***************************************************************************** /*** Application Instance 0 Configuration ***/ #define APP_LED1_PORT PORT_CHANNEL_G // LED1 connected to PIC32 I/O PORTG #define APP_LED2_PORT PORT_CHANNEL_D // LED2 connected to PIC32 I/O PORTD #define APP_LED3_PORT PORT_CHANNEL_B // LED3 connected to PIC32 I/O PORTB #define APP_LED1_PIN PORTS_BIT_POS_6 // Pin RG6 #define APP_LED2_PIN PORTS_BIT_POS_4 // Pin RD4 #define APP_LED3_PIN PORTS_BIT_POS_11 // Pin RB11