]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/sensors/WindVaneC.nc
Fix the comments in WindVaneC, etc. There is no longer a power of 2 requirement.
[tinyos-2.x.git] / tos / platforms / tmirws / sensors / WindVaneC.nc
index 7da5c9a63bba12824f68dac4f752a312569ad5e9..b4937fd14a84f84f67bd653a177eaf70342a5b12 100644 (file)
  
 /**
  * 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 <rsmckown@gmail.com>
  */