]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix the comments in WindVaneC, etc. There is no longer a power of 2 requirement.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Wed, 4 Nov 2009 19:17:58 +0000 (19:17 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:47 +0000 (20:01 -0700)
tos/platforms/tmirws/sensors/WindVaneC.nc
tos/platforms/tmirws/sensors/WindVaneP.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>
  */
index 65716f63f7718ccf800c50f043ded67591f150c8..8ec74fc5ac7ad98c8e5b6ea9a158eb3f5cd35f47 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>
  */