hello,i ve want to use the harmony framework. in our last projects we use the following definitionsoutput port:#define PORT_LED_LATCH LATBbits.LATB12
#define PORT_LED_DIR TRISBbits.TRISB12and set the port with:PORT_LED_LATCH = 1; input port:#defi..