Code Libraries
These projects are written as 'drop-in' assembly code modules. They could be
rewritten to be compatible with 'C' by following the
Atmel AT1886
application note.
Some modules use sys_timers.asm to provide timing for their services.
Communications
- I2C Master lib - Interrupt driven I2C master for ATmega164 and ATmega328.
- I2C Slave lib - Interrupt driven I2C slave for ATmega164 and ATmega328.
Display
System
- System Timers - Provides timing for services that run in background.
Support
- I2C ATtiny85 Bootloader - Provides programming an
ATtiny85 over the I2C bus. Project include a Master to accept commands and data from AVROSP on Host. Includes AVROSP and
XML files.