]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Bounce/README
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tosthreads / apps / Bounce / README
index 3ddf9e6124b27f725359110994996d624f455cb4..d8ff0f9fa640bc0fd54df317498434c480f1ed41 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 
+Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
-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