]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Bounce/README
Fix typo
[tinyos-2.x.git] / apps / tosthreads / apps / Bounce / README
index 3ddf9e6124b27f725359110994996d624f455cb4..0cd7d74e79b3908fc79a54001a2444517cde6c7a 100644 (file)
@@ -11,13 +11,13 @@ This application stresses the operation of the thread based AM commands for
 packet transmission and reception.  To run this application you will need to
 burn it on one mote with NODE_ID 0, and a second mote with NODE_ID 1.  
 
-You can install Bounce on a mote via the following comand:
+You can install Bounce on a mote via the following command:
   make <platform> threads install.0
   make <platform> threads install.1
   
 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
 
-Three different threads run that each contain an infinite loop that first sends
+Three different threads run, and each contains an infinite loop that first sends
 a message and then waits to receive a message before returning to the top of the
 loop. After each message reception, one of the onboard LEDs is toggled to
 indicate that it was received. Thread 0 blinks LED0, thread 1 blinks LED1, and