I'd like to see some preprocessor directives that map ATmega pins to arduino pins. For example, I'd like to use digitalRead(ATMEGA8_16)
instead of looking up the pin mapping diagram to figure out than pin 16 on the ATmega is arduino pin 9.
This would be convenient for those of us building our own boards, and could be useful to those porting the arduino environment to other platforms (e.g. ATMEGA644_32 for the Sanguino project).
-j