Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hexi_KW40Z
Diff: main.cpp
- Revision:
- 2:5b025ef2835a
- Parent:
- 1:80e17bcc26e4
diff -r 80e17bcc26e4 -r 5b025ef2835a main.cpp
--- 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()