Hi,
In a program set up with the ports allocated by Defines eg #define OUTPUT1 PORTD, 1 , if I want to change said program and allocate another new function to that output pin how can I deal with OUTPUT1?
There are no other pins free to allocate it to, and simply removing it is not easy as I would have to remove all the many lines of code it references in the program. ( which I may wish to restore /change in the future)
Though have not seem mention of it, wondered if there was some parameter I could use like OUTPUT1 DUMMY ?
In a program set up with the ports allocated by Defines eg #define OUTPUT1 PORTD, 1 , if I want to change said program and allocate another new function to that output pin how can I deal with OUTPUT1?
There are no other pins free to allocate it to, and simply removing it is not easy as I would have to remove all the many lines of code it references in the program. ( which I may wish to restore /change in the future)
Though have not seem mention of it, wondered if there was some parameter I could use like OUTPUT1 DUMMY ?