]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/Bounce/README
Update READMEs
[tinyos-2.x.git] / apps / tosthreads / capps / Bounce / README
index 56efdf16d97cbe496b5c568a51ce326c8a8850cc..2a5c010028e474e7dc9fad5f3e4388a3bab85929 100644 (file)
@@ -11,11 +11,11 @@ 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> cthreads install.0
   make <platform> cthreads 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
 a message and then waits to receive a message before returning to the top of the
@@ -33,7 +33,7 @@ reception..
 
 Successful running of this application results in each LED bouncing back and
 forth between each mote independent of one another.  This will continue in an
-finitie loop forever.
+finite loop forever.
 
 Tools:
   None.