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 LoRaWAN-lib SX1272Libjlc
Fork of LoRaWAN-demo-72_tjm by
Diff: app/main.cpp
- Revision:
- 5:52c7f77b14c9
- Parent:
- 4:35c4373393c3
--- a/app/main.cpp Wed Mar 09 20:31:37 2016 +0000 +++ b/app/main.cpp Sun Mar 20 21:48:57 2016 +0000 @@ -138,8 +138,10 @@ #define LED_RED PTA1 #define LED_YEL PTA2 -DigitalOut led1(LED_RED); -DigitalOut led2(LED_YEL); +//DigitalOut led1(LED_RED); +//DigitalOut led2(LED_YEL); +DigitalOut led1(PTB0); //orange LED +DigitalOut led2(PTC0); //yellow LED //DigitalIn powerOn(PTC1); /* SW2 */ //DigitalIn killStatus(PTB17); /* SW3 */
