Basic touch buttons example for Hexiwear
Dependencies: Hexi_KW40Z
Revision 2:5b025ef2835a, committed 2016-09-19
- Comitter:
- cotigac
- Date:
- Mon Sep 19 03:50:53 2016 +0000
- Parent:
- 1:80e17bcc26e4
- 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()