Skip to content
Chip Perason edited this page Mar 29, 2015 · 14 revisions

Welcome to the chip_avr_asm_lib!
This project will show the latest efforts at writing interface drivers for Atmel AVR micro-controllers.
The drivers are written in Assembly Code until such time as I can get the department to move up to 'C'.
Target devices are the ATmega164P and ATmega328P used for Robotic projects and demo boards. Most of the drivers are general enough to work on other AVR 8bit devices.

User page for I2C Master lib
User page for I2C Slave lib
TODO: User page for I2C SW Slave lib
TODO: User page for Conversions lib
User page for FIFO lib
TODO: User page for Serial lib

Clone this wiki locally