Arduino Pinout reassignment

KenH:
Per Randy's question, I agree 100% - sure would be nice to be able to use the actual uC pin numbers for the sketch.

I guess I'll continue to do as Duane suggested, just print out a pin-out map and made the conversion there.

This forum has always been very helpful for my projects - thank ya'll again.

73 de Ken H>

You could always just do what CrossRoads said:

Create a header file that creates constant variables with something like PIN1, PIN2, PIN3, etc. and include the header in any sketch you want to give it that functionality.