Name | Description |
---|---|
ATmega | Large AVR-Controller with up to 256 KB flash memory in 28 to 100 pin housings and with integrated hardware multiplier |
ATtiny | small AVR-Controller with up to 16 KB flash memory in 6 to 20 pin housings |
AT90USB | ATmega with integrated usb controller |
AT90CAN | ATmega with can controller |
There is a c library for the AVR, the avr-libc. The following list shows some of the library's functionality:
The documentation also contains an informative FAQ page.