| These firmware programs are provided to test and demonstrate Libraries, perhaps verifying operation of peripherals. For other programs, see Demos. |
A/D Converter Test Program | |
| Makefile (1K) | Makefile. Requires libraries: adc_lib, uart_lib, str_lib, del_lib. |
| adctest.asm (8K) | Main Program |
| adctest.hex (3K) | HEX file (Assembled for PIC16F877a, 4MHz) |
LCD Module Test Program | |
| Makefile (1K) | Makefile. Requires libraries: lcd_lib, del_lib. |
| lcdtest.asm (9K) | Main program. No HEX file is provided since LCD connections need to be specified in lcd_config.h. |
UART Test Program | |
| Makefile (1K) | Makefile. Requires libraries: uart_lib, branches.h |
| uartmain.asm (8K) | Main program running at 9600 baud, 8N1. |
| uartmain.hex (3K) | Hex file (Assembled for PIC16F877a, 4MHz) |