This commit is contained in:
hg 2014-06-05 21:32:13 +02:00
parent a27d27a827
commit 9cb203b246
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ int main() {
uartWrite('W');
while (1) {
__bis_status_register(LPM0_bits);
// __bis_status_register(LPM0_bits);
}
}

View File

@ -38,7 +38,7 @@ void timeInit() {
P1DIR |= BIT6 | BIT0;
P1OUT = 0;
TACCR0 = 1000;
TACCR0 = 32;
TACCTL0 = CCIE;
TACTL = MC_1 | ID_0 | TASSEL_1 | TACLR;
}