Program to demonstrate the use of the LowPowerSleep class on the u-blox C030 platform.

Dependencies:   gnss low-power-sleep

Revision:
5:65094452a0c5
Parent:
1:633244b5186b
--- a/main.cpp	Wed Jun 14 13:29:51 2017 +0000
+++ b/main.cpp	Wed Jun 14 21:04:35 2017 +0100
@@ -44,10 +44,12 @@
  */
 
 /* This example program for the u-blox C030 board demonstrates the use of
- * the low power driver.  It waits for GPS to obtain the time, entering Stop
- * mode while waiting for the GPS to return results and, once the time has
+ * the low power driver.  It waits for GNSS to obtain the time, entering Stop
+ * mode while waiting for the GNSS to return results and, once the time has
  * been obtained, it enters Standby mode, putting some stored information
- * into backup SRAM where it will be kept until the end of Standby mode.
+ * into backup SRAM where it will remain safe during Standby mode.
+ * Note: the use of GNSS is in no way related to the LowPowerSleep class,
+ * it's simply something to do in this demonstration.
  * Progress may be monitored with a serial terminal running at 9600 baud.
  * The LED on the C030 board will turn green when this program is operating
  * correctly, flash white when GNSS time is received, and turn red if GNSS