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: ARCH_GPRS_V2_HW Blinker GPRSInterface HTTPClient_GPRS SDFileSystem USBDevice mbed RTC_WorkingLibrary
Fork of finalV1 by
Revision 1:6746983fa040, committed 2015-04-22
- Comitter:
- mbotkinl
- Date:
- Wed Apr 22 16:37:24 2015 +0000
- Parent:
- 0:a2a4d0d432b3
- Child:
- 2:5e5c2a000d25
- Commit message:
- v1
Changed in this revision
| finalCode.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/finalCode.cpp Thu Apr 16 19:46:40 2015 +0000 +++ b/finalCode.cpp Wed Apr 22 16:37:24 2015 +0000 @@ -13,7 +13,7 @@ #define PIN_TX P1_27 #define PIN_RX P1_26 -#define BROADCAST_TIME 20 +#define BROADCAST_TIME 300 //LED Blink Blinker yellowLED(LED1), redLED(LED2), greenLED(LED3), blueLED(LED4);
