@ -13,7 +13,6 @@
int timer_start = 0xffff - (F_CPU / 1024 / 1000);
volatile uint32_t ticks = 0;
// https://gist.github.com/Wollw/2381139
void start_timer() {
// Sets the Clock Select. See table on page 157 the Atmel datasheet.
TCCR1B |= _BV(CS10) | _BV(CS12); // clk/1024