This commit is contained in:
Wolfgang Hottgenroth 2016-09-19 16:02:17 +02:00
parent 25f272ec49
commit e375365ae4
2 changed files with 1 additions and 1 deletions

BIN
doc/Berechnungen.xlsx Normal file

Binary file not shown.

View File

@ -25,7 +25,7 @@ void timeInit() {
TACCR0 = 32;
TACCTL0 = CCIE;
TACTL = MC_1 | ID_0 | TASSEL_1 | TACLR;
TACTL = MC_1 | ID_3 | TASSEL_2 | TACLR;
}
uint32_t getMillis() {