examples/triface/hw/hw_cpu.h
Go to the documentation of this file.00001 00041 #ifndef TRIFACE_HW_H 00042 #define TRIFACE_HW_H 00043 00045 #define CLOCK_FREQ (14745600UL) 00046 00047 00048 /* Timer IRQ strobe */ 00049 //#if CONFIG_TIMER_STROBE 00050 // #define TIMER_STROBE_ON ATOMIC(PORTD |= BV(PD0)) 00051 // #define TIMER_STROBE_OFF ATOMIC(PORTD &= ~BV(PD0)) 00052 // #define TIMER_STROBE_INIT ATOMIC(PORTD &= ~BV(PD0); DDRD |= BV(PD0)) 00053 //#endif /* CONFIG_TIMER_STROBE */ 00054 00055 #endif /* TRIFACE_HW_H */ 00056
