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.
Revision 5:a8612fe30f27, committed 2021-03-17
- Comitter:
- khaiminhvn
- Date:
- Wed Mar 17 14:19:08 2021 +0000
- Parent:
- 4:5a2e51b243e0
- Commit message:
- Minor change
Changed in this revision
Anemometer.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Anemometer.cpp Fri Mar 12 03:18:50 2021 +0000 +++ b/Anemometer.cpp Wed Mar 17 14:19:08 2021 +0000 @@ -35,6 +35,6 @@ { if(Anemometer::getWind() >= wthres) *mode = OP_WIND; - else if(Anemometer::getWind() < wthres - WIND_HIST) + else if(Anemometer::getWind() < wthres - WIND_HYST) *mode = OP_NORMAL; } \ No newline at end of file