WindChecker sketch contains mistakes
There are a few fixes needed in WC machine:
- Rename
No
toNotWindy
- In going up from
NotWindy
-->CheckPersistance
-->Windy
include threashold:wind_speed >= WIND_SPEED_THREASHOLD
- In going down to
NotWindy
fromWindy
, usewind_speed < WIND_SPEED_THREASHOLD - DELTA
- In going down to
NotWindy
fromCheckPersistance
, usewind_speed < WIND_SPEED_THREASHOLD
- In going down to
NotWindy
fromCheckPersistance
, useck >= t1