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: QW_NMEA QW_Sensors mbed
Revision 1:5fc0fcda6aae, committed 2016-05-18
- Comitter:
- quicksand
- Date:
- Wed May 18 18:57:09 2016 +0000
- Parent:
- 0:56230ba3cdeb
- Commit message:
- Changed default timing to 15 minutes between packets.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 18 14:53:38 2016 +0000 +++ b/main.cpp Wed May 18 18:57:09 2016 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "GPS.h" #include "LinearTempSensor.h" -#define updateinterval 30 +#define updateinterval 900 DigitalOut LED_0 (PB_6); DigitalOut LED_1 (PA_7);