Basic touch buttons example for Hexiwear

Dependencies:   Hexi_KW40Z

Files at this revision

API Documentation at this revision

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()