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