UartDisplay Main File. More...
#include <avr/io.h>#include <avr/interrupt.h>#include <avr/pgmspace.h>#include <util/delay.h>#include <stdlib.h>#include "lcd.h"#include "uart.h"#include "button.h"#include "buzzer.h"
Go to the source code of this file.
Defines | |
| #define | DISPLAY_bp 4 |
| #define | BACKLIGHT_bp 5 |
Functions | |
| void | timer2_init (void) |
| Initializes timer2. | |
| int | main (void) |
| ISR (TIMER2_OVF_vect) | |
Variables | |
| uint8_t | cnt = 0 |
| uint8_t | cnt2 = 0 |
| uint8_t | scroll |
| scroll enable flag | |
UartDisplay Main File.
Definition in file UartDisplay.c.
| void timer2_init | ( | void | ) | [inline] |
Initializes timer2.
Definition at line 53 of file UartDisplay.c.
1.7.2