Full application
Dependencies: mbed libTCS34725 lib_LoRaWAN
Diff: main.cpp
- Revision:
- 5:c64f313ca878
- Parent:
- 4:5596b326cd34
- Child:
- 6:6ae3c5bca801
diff -r 5596b326cd34 -r c64f313ca878 main.cpp --- 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");