]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Blink/README
Add README files to all tosthreads based apps
[tinyos-2.x.git] / apps / tosthreads / apps / Blink / README
diff --git a/apps/tosthreads/apps/Blink/README b/apps/tosthreads/apps/Blink/README
new file mode 100644 (file)
index 0000000..bedfd7b
--- /dev/null
@@ -0,0 +1,22 @@
+README for TOSThreads Blink 
+Author/Contact: tinyos-help@millennium.berkeley.edu
+Author: Kevin Klues <klueska@cs.stanford.edu>
+
+Description:
+
+Blink is a simple application used to test the basic functionality of
+TOSThreads.
+
+You can install Blink on a mote via the following comand:
+  make <platform> threads install
+  
+Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
+
+Upon a successful burn, you should see LED0 flashing with a period of every
+200ms, and LED1 and LED2 flashing in unison with a period of 1000ms.
+
+Tools:
+  None.
+
+Known bugs/limitations:
+  None.