power down

This commit is contained in:
hg 2016-09-08 23:35:53 +02:00
parent 61d0e492f0
commit b7d6ed6147

View File

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