// ***************************************************************************** // ***************************************************************************** // Section: Application Configuration // ***************************************************************************** // ***************************************************************************** /*** Application Instance 0 Configuration ***/ #define APP_LED3_PORT PORT_CHANNEL_A // LED3 connected to PIC32 I/O PORTA #define APP_LED4_PORT PORT_CHANNEL_A // LED4 connected to PIC32 I/O PORTA #define APP_LED5_PORT PORT_CHANNEL_F // LED5 connected to PIC32 I/O PORTF #define APP_LED3_PIN PORTS_BIT_POS_0 // Pin RA0 #define APP_LED4_PIN PORTS_BIT_POS_1 // Pin RA1 #define APP_LED5_PIN PORTS_BIT_POS_0 // Pin RF0