]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TestSpiOff/README.txt
Removed TestSpiOff - this test was replaced with more sophisticated unit testing...
[tinyos-2.x.git] / apps / tests / cc2420 / TestSpiOff / README.txt
diff --git a/apps/tests/cc2420/TestSpiOff/README.txt b/apps/tests/cc2420/TestSpiOff/README.txt
deleted file mode 100644 (file)
index d50189d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-Test the ability for the radio to duty cycle while sending and receiving
-packets.  The radio should stop accepting requests, the SPI bus be released
-properly, and the radio should shut down.
-
-INSTALLATION
-Transmitter is any mote with ID != 0
-Receiver is any mote with ID == 0
-
-EXPECTATIONS
-The receiver duty cycles its radio faster than the transmitter.
-
-Led0:
-  Transmitter = cannot send
-
-Led1:
-  Transmitter = sent a message
-  Receiver = received a message
-
-Led2:
-  On = radio on
-  Off = radio off
-  
-