motion data on button press
Dependencies: FXAS21002 FXOS8700 Hexi_KW40Z
Fork of Hexi_Buttons_Example by
Revision 2:5b025ef2835a, committed 2016-09-19
- Comitter:
- cotigac
- Date:
- Mon Sep 19 03:50:53 2016 +0000
- Parent:
- 1:80e17bcc26e4
- Child:
- 3:b61af6badaf2
- Commit message:
- Small bug fix for left color
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 19 03:40:21 2016 +0000
+++ b/main.cpp Mon Sep 19 03:50:53 2016 +0000
@@ -50,7 +50,7 @@
StartHaptic();
redLed = LED_ON;
- greenLed = LED_OFF;
+ greenLed = LED_ON;
blueLed = LED_OFF;
}
@@ -60,7 +60,7 @@
redLed = LED_ON;
greenLed = LED_ON;
- blueLed = LED_OFF;
+ blueLed = LED_ON;
}
int main()
