power down

This commit is contained in:
Wolfgang Hottgenroth 2016-09-08 23:35:53 +02:00
parent e60b3b73eb
commit 1abef52f88

View File

@ -33,6 +33,7 @@ void eggTimerPowerDown(void *handleArg) {
P2DIR = 0; P2DIR = 0;
P1OUT = 0; P1OUT = 0;
P2OUT = 0; P2OUT = 0;
ADC10CTL0 = 0;
LPM4; LPM4;
} }