Skip to content

Commit

Permalink
set measure timeout back to normal value
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Oct 26, 2013
1 parent d72b276 commit fed23ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/shc_tempsensor/shc_tempsensor.c
Expand Up @@ -137,10 +137,10 @@ int main ( void )
}

rfm12_init();
rfm12_set_wakeup_timer(0b11100110000); // ~ 6s
//rfm12_set_wakeup_timer(0b11100110000); // ~ 6s
//rfm12_set_wakeup_timer(0b11111000000); // ~ 24576ms
//rfm12_set_wakeup_timer(0b0100101110101); // ~ 59904ms
//rfm12_set_wakeup_timer(0b101001100111); // ~ 105472ms CORRECT VALUE!!!
rfm12_set_wakeup_timer(0b101001100111); // ~ 105472ms CORRECT VALUE!!!

led_blink(100, 150, 20);

Expand Down

0 comments on commit fed23ae

Please sign in to comment.