I am using my Arduino board as an ISP to program an ATMega 16 A microcontroller.
I tested it using a basic blink program written in AVR C (manipulating the registers, ports etc myself) and it works fine. Now I want to use Arduino functions like digitalWrite(), pinMode() etc., and for that I need to know how to map Arduino's digital/analog pins to ATMega 16A's ports.
For ATMega 168/328 I can get the mapping from http://www.arduino.cc/en/Hacking/PinMapping168. Is there such a mapping for ATMega 16A as well?