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.
Diff: NWSWeather.h
- Revision:
- 5:f3ae5160977e
- Parent:
- 3:41504de1f387
- Child:
- 6:cf96f2787a4e
diff -r 94dfdc405640 -r f3ae5160977e NWSWeather.h --- a/NWSWeather.h Sun Apr 20 18:56:11 2014 +0000 +++ b/NWSWeather.h Mon Apr 21 00:19:38 2014 +0000 @@ -128,6 +128,10 @@ /// is not set "http://www.weather.gov/data/current_obs/" is used. /// If it is set, that alternate base url is used. /// + /// for future forecast + /// http://forecast.weather.gov/MapClick.php?lat=42.47508&lon=-92.36704926700929 + // &unit=0&lg=english&FcstType=dwml + /// NWSWeather(const char * baseurl = "http://www.weather.gov/data/current_obs/"); /// Destructor.