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.
Dependents: WiFiDip-KitchenSink WiFiDip-UsbKitchenSink WiFiDipCortexSensor
Fork of NTPClient by
Diff: NTPClient.h
- Revision:
- 6:240ec02c4bc3
- Parent:
- 2:9a64a50df235
--- a/NTPClient.h Mon Oct 07 21:16:20 2013 +0000 +++ b/NTPClient.h Mon Nov 04 19:49:02 2013 +0000 @@ -55,6 +55,8 @@ Instantiate the NTP client */ NTPClient(); + + uint32_t NTPLastResult; /**Get current time (blocking) Update the time using the server host
