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"
Go to the source code of this file.
Functions | |
void | timer2_init (void) |
Initializes timer2. | |
int | main (void) |
ISR (TIMER2_OVF_vect) | |
Variables | |
uint8_t | cnt = 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 49 of file UartDisplay.c.