ports init OC1A and OC1B
This commit is contained in:
parent
af6e1eb53b
commit
ece0961854
|
@ -32,6 +32,8 @@ static void timer_init(void) {
|
||||||
|
|
||||||
static void ports_init(void) {
|
static void ports_init(void) {
|
||||||
|
|
||||||
|
DDRB |= (1<<PB4)|(1<<PB3);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void process_command() {
|
static void process_command() {
|
||||||
|
|
Loading…
Reference in New Issue