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: mbed libTCS34725 lib_LoRaWAN
Diff: main.cpp
- Revision:
- 5:c64f313ca878
- Parent:
- 4:5596b326cd34
- Child:
- 6:6ae3c5bca801
--- a/main.cpp Wed Jan 16 15:30:36 2019 +0000
+++ b/main.cpp Wed Jan 16 15:37:20 2019 +0000
@@ -48,6 +48,11 @@
button2.fall(&BTN2pressed);
button2.rise(&BTN2released);
+ //Turn off RGB led
+ ledRED = 1;
+ ledGreen = 1;
+ ledBlue = 1;
+
//serial communication
pc.baud(115200);
pc.printf("Welcome at University of Antwerp #STEM2019 \r\n");