From 1abef52f88624fd068c1a554739fd7ae499a4eef Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 8 Sep 2016 23:35:53 +0200 Subject: [PATCH] power down --- src/eggTimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eggTimer.c b/src/eggTimer.c index 93cc8c2..f3f1538 100644 --- a/src/eggTimer.c +++ b/src/eggTimer.c @@ -33,6 +33,7 @@ void eggTimerPowerDown(void *handleArg) { P2DIR = 0; P1OUT = 0; P2OUT = 0; + ADC10CTL0 = 0; LPM4; }