Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Revision 27:724dc5ed4883, committed 2018-09-20
- Comitter:
- dbartolovic
- Date:
- Thu Sep 20 13:24:15 2018 +0000
- Branch:
- master
- Parent:
- 26:6101bb09f70d
- Child:
- 28:0cc8a58195cb
- Commit message:
- Turned led off
Changed in this revision
| source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/main.cpp Thu Sep 20 13:20:13 2018 +0000
+++ b/source/main.cpp Thu Sep 20 13:24:15 2018 +0000
@@ -32,7 +32,7 @@
__disable_irq();
mems.clearIntFlag();
- redLed = !redLed;
+ //redLed = !redLed;
measureT.signal_set(START_MEAS);

