]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/README
iris specific updates
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / README
index 2180ead2a137cd68ce497e7abea1166ddaa6e8a0..964a2f3e4a52752878295ee6c7a070da89e14d4b 100644 (file)
@@ -1,4 +1,4 @@
-README for TOSThreads TestBasicsbSensors 
+README for TOSThreads TestBasicsbSensors
 Author/Contact: tinyos-help@millennium.berkeley.edu
 Author: Kevin Klues <klueska@cs.stanford.edu>
 
@@ -7,18 +7,18 @@ Description:
 This application is used to test the threaded version of the API for accessing
 sensors on the basicsb sensor board.
 
-You can install TestBasicsbSensors on a mote via the following comand:
+You can install TestBasicsbSensors on a mote via the following command:
   make <platform> threads install
-  
-Valid platforms are currently: mica2, and micaz 
 
-This application simply takes sensor readings in an infinite loop from the 
+Valid platforms are currently: mica2, micaz and iris
+
+This application simply takes sensor readings in an infinite loop from the
 Photo and Temperature sensors on the basicsb sensor board and forwards them
 over the serial interface.  Upon successful transmission, LED0 is toggled.
 
-A succssfull test will result in the TestBasicsbSensors mote constantly
-flickering LED0. Additionally, messages containing the sensor readings should 
-be forwarded over the serial interface as verified by running the following 
+A successful test will result in the TestBasicsbSensors mote constantly
+flickering LED0. Additionally, messages containing the sensor readings should
+be forwarded over the serial interface as verified by running the following
 for the platform of interest:
   java net.tinyos.tools.Listen -comm serial@/dev/ttyUSBXXX:<baud_rate>