X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneReadP.nc;h=69d97c978c23d8abd97fd8fa555802f02bcc49df;hp=2076e2390e2133b9280d46b6303f085bb965fddf;hb=973d5b8179655405805c815f03d0b91ac35075f5;hpb=d7953c242529726be3c6743f499781db79d94f7d diff --git a/tos/platforms/tmirws/sensors/WindVaneReadP.nc b/tos/platforms/tmirws/sensors/WindVaneReadP.nc index 2076e239..69d97c97 100644 --- a/tos/platforms/tmirws/sensors/WindVaneReadP.nc +++ b/tos/platforms/tmirws/sensors/WindVaneReadP.nc @@ -65,7 +65,7 @@ implementation * the extra logic. */ DEAD_BEGIN = 6000, /* 4 12-bit ADC readings; about 120 degrees */ - DEAD_END = 9000, /* About 198 degrees */ + DEAD_END = 10000, /* About 198 degrees */ DEAD_THRESH = 14472, /* > when checking means in dead zone */ };