]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/olimexp169/DemoSensorStreamC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / olimexp169 / DemoSensorStreamC.nc
index 5518a2dce4c32be5e3497aace688276b2386152b..08d40d5dafe895b8650da60f4b80e8da7db0983d 100644 (file)
  * OF THE POSSIBILITY OF SUCH DAMAGE
  */
 
-/** 
+/**
  * DemoSensorStreamC is a generic sensor device that provides a 16-bit
  * value. The platform author chooses which sensor actually sits
  * behind DemoSensorStreamC, and though it's probably Voltage, Light, or
  * Temperature, there are no guarantees.
  *
  * This particular DemoSensorStreamC on the telosb platform provides a
- * voltage reading, using VoltageStreamC. 
+ * voltage reading, using VoltageStreamC.
  *
  * To convert from ADC counts to actual voltage, divide this reading
  * by 4096 and multiply by 3.
  *
  * @author Gilman Tolle <gtolle@archrock.com>
  * @version $Revision: 1.4 $ $Date: 2006/12/12 18:23:45 $
- * 
+ *
  */
 
 generic configuration DemoSensorStreamC()