X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneC.nc;h=b4937fd14a84f84f67bd653a177eaf70342a5b12;hb=0929af16aa303ba931e5cfa007733f9d6327664e;hp=7da5c9a63bba12824f68dac4f752a312569ad5e9;hpb=d77247da5b155b1653e5044fe59ece639dce90bd;p=tinyos-2.x.git diff --git a/tos/platforms/tmirws/sensors/WindVaneC.nc b/tos/platforms/tmirws/sensors/WindVaneC.nc index 7da5c9a6..b4937fd1 100644 --- a/tos/platforms/tmirws/sensors/WindVaneC.nc +++ b/tos/platforms/tmirws/sensors/WindVaneC.nc @@ -29,10 +29,9 @@ /** * WindVane sensor. The compass is a number of sectors, 0...(sectors - 1). - * sectors must be a power of 2. Sector zero is North, and sectors/2 is South. - * Like any compass, the heading increases as one traverses the compass - * clockwise. The number of sectors are contrained by the uint8_t data members - * of wind_vane_t to 128. + * Sector zero is North, and sectors/2 is South. Like any compass, the heading + * increases as one traverses the compass clockwise. The number of sectors are + * contrained by the uint8_t data members of wind_vane_t to no more than 255. * * @author R. Steve McKown */