]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix colours in README
authoridgay <idgay>
Mon, 9 Jul 2007 20:45:54 +0000 (20:45 +0000)
committeridgay <idgay>
Mon, 9 Jul 2007 20:45:54 +0000 (20:45 +0000)
apps/tests/storage/CircularLog/README.txt
apps/tests/storage/Config/README.txt
apps/tests/storage/Log/README.txt

index eb959e65a2385f783ca5a93fba3174dd27d71ae9..83f6770f992d47fad87b25c8dc4f7975983a858c 100644 (file)
@@ -24,10 +24,10 @@ with id = 117 (erase), then 317 three times (fill the log and wrap around),
 then 217 to check that the log is valid. Or just run it with id = 17
 to perform a full test.
 
-A successful test will turn on the green led. A failed test will turn on
-the red led. The yellow led is turned on after erase is complete. A
-serial message whose last byte is 0x80 for success and all other values
-indicate failure is also sent at the end of the test.
+A successful test will turn on LED 1. A failed test will turn on the
+LED 0. LED 1 is turned on after erase is complete. A serial message
+whose last byte is 0x80 for success and all other values indicate
+failure is also sent at the end of the test.
 
 Tools:
 
index d7762dd0887ba15f47f38d140cb4ac428944fb95..225fce7e01570115c852f0e0e7a3ec9950226451 100644 (file)
@@ -14,10 +14,10 @@ T = 0: do a bunch of writes, reads and commits
 T != 0: check if the contents of the volume are consistent with 
         a previous run with T = 0 and the same random seed
 
-A successful test will turn on the green led. A failed test will turn on
-the red led. The yellow led blinks to indicate test progress. A serial
-message whose last byte is 0x80 for success and all other values
-indicate failure is also sent at the end of the test.
+A successful test will turn on LED 1. A failed test will turn on the
+LED 0. LED 2 blinks to indicate test progress. A serial message whose
+last byte is 0x80 for success and all other values indicate failure is
+also sent at the end of the test.
 
 Tools:
 
index d4585abdbc06245059eaa77b16cde079cc7cc738..a74d9217e3322cd0b101879278dd27d501f0eb38 100644 (file)
@@ -25,9 +25,9 @@ run the test with mote id = 4 to do a complete test.
 If the log fills up (which should take 4 or 5 write operations), the write 
 will fail, but a subsequent read will succeed.
 
-A successful test will turn on the green led. A failed test will turn on
-the red led. The yellow led blinks during the steps of the full test. A
-serial message whose last byte is 0x80 for success and all other values
+A successful test will turn on the LED 1. A failed test will turn on
+the LED 0. LED 1 blinks during the steps of the full test. A serial
+message whose last byte is 0x80 for success and all other values
 indicate failure is also sent at the end of the test.
 
 Tools: