I made arduino code for a project that was using Atmega168 dip format. The people in the project got some boards manufactured and they used Atmega168 TQFP format instead.
The TQFP atmegas have 32 pins and more ports than the DIP version. How do I compile Arduino code to work with the TQFP version? How do I access the extra ports?
There is a page for the Diecemila that maps all of the 168dip puns to arduino ports. Is there something equivalent?
I think I am missing something obvious/dumb so please excuse my ignorance if I am misunderstanding something simple.
I have found that carefully crafting this header file (once) and using these aliases results in fewer errors in my code and circuits, and less time debugging.