X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2FDemoSensorStreamC.nc;h=08d40d5dafe895b8650da60f4b80e8da7db0983d;hp=5518a2dce4c32be5e3497aace688276b2386152b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/olimexp169/DemoSensorStreamC.nc b/tos/platforms/olimexp169/DemoSensorStreamC.nc index 5518a2dc..08d40d5d 100644 --- a/tos/platforms/olimexp169/DemoSensorStreamC.nc +++ b/tos/platforms/olimexp169/DemoSensorStreamC.nc @@ -29,21 +29,21 @@ * 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 * @version $Revision: 1.4 $ $Date: 2006/12/12 18:23:45 $ - * + * */ generic configuration DemoSensorStreamC()