I'm using MPLabX for a PIC24. I have created a library project that I wish to use in multiple PIC projects. However, as the PIC projects have different pin setups I'd like to put a #ifdef in the library (pin_manager.h) for the different pin allocations, a..
↧