ports init OC1A and OC1B

This commit is contained in:
Jan-Philipp Warmers 2014-05-17 15:53:03 +02:00
parent af6e1eb53b
commit ece0961854
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ static void timer_init(void) {
static void ports_init(void) {
DDRB |= (1<<PB4)|(1<<PB3);
}
static void process_command() {