]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/DemoSensorC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / tmicore / DemoSensorC.nc
index 31e7cc29219ae5200139e6a08969d609b54ebd7b..47886257e506b164b654dbd711d299c0eea547e3 100644 (file)
  * OF THE POSSIBILITY OF SUCH DAMAGE
  */
 
-/** 
+/**
  * DemoSensorC is a generic sensor device that provides a 16-bit
  * value. The platform author chooses which sensor actually sits
  * behind DemoSensorC, and though it's probably Voltage, Light, or
  * Temperature, there are no guarantees.
  *
  * This particular DemoSensorC on the telosb platform provides a
- * voltage reading, using VoltageC. 
+ * voltage reading, using VoltageC.
  *
  * 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 DemoSensorC()