Flexible character LCD library for AVR Microcontrollers
Go to file
Collin J. Doering 0f269a6d33 Don't initialize global variables to zero
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>
2015-10-22 03:00:58 -04:00
.gitignore First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
Makefile Fix BAUD rate in Makefile 2015-10-06 04:23:14 -04:00
USART.c Add transmitString function to USART library 2015-10-08 03:15:00 -04:00
USART.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
ansi_escapes.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
doxygen.conf First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
lcdLib.c Don't initialize global variables to zero 2015-10-22 03:00:58 -04:00
lcdLib.h Fixed various motion functions and parsing 2015-10-20 05:21:03 -04:00
lcdLibConfig.h First pass setting up doxygen documentation 2015-10-15 01:23:11 -04:00
lcdOutput.c Cleanup as ANSI escapes are complete 2015-10-22 03:00:58 -04:00