Which syntax to use for setting a single port pin on a PIC24FV32KA301? On an earlier project using a PIC16F1825 and the Hi-Tech C compiler I could use RA3 = 1 to set bit 3 on port A but that does not seem to work using the XC16 compiler. I have included P..
↧