#include <avr/io.h>
This header file includes the apropriate IO definitions for the device that has been specified by the -mmcu=
compiler command-line switch.
Note that each of these files always includes
#include <avr/sfr_defs.h>
Included are definitions of the IO register set and their respective bit values as specified in the Atmel documentation. Note that Atmel is not very consistent in its naming conventions, so even identical functions sometimes get different names on different devices.
Also included are the specific names useable for interrupt function definitions as documented here unknown reference! .
Finally, the following macros are defined: