Flexible character LCD library for AVR Microcontrollers
Collin J. Doering
0f269a6d33
The C89 standard dictates that global variables be initialized to zero by default. By explicitly defining a global to be zero, previous flash memory is wasted. See: http://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_varinit Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca> |
||
---|---|---|
.gitignore | ||
ansi_escapes.h | ||
doxygen.conf | ||
lcdLib.c | ||
lcdLib.h | ||
lcdLibConfig.h | ||
lcdOutput.c | ||
Makefile | ||
USART.c | ||
USART.h |