/AVR_SCLib

common library of AVR ATmega

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

AVR_SCLib

There is a manual called manual.tex in Chinese.

This lib depends on avr-gcc 4.6 and ATmega328P

Common library of AVR ATmega328

The SClib is only tested for ATmega16, it cannot support the others.

Thanks

The Files, LCD.c and LCD.h, are based on a book, "QingSong WanZhuan AVR Danpanji". I just write a macro to let it easy when chenge the PIN used to drive LCD 1602.
The Files, USART.c and I2C.c, are based on the Datasheet of ATmega16.

MOST OF ALL Thanks Kris YWL

His home page https://github.com/KrisYWL

2017-09-01

For some reason I decide changing platform from ATmega16 to ATmega328, so some library will being changed stap by stap.

Authors