X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.ccspi;h=fd9e01c5a560934baeec0f572c4e78cda222a4cc;hp=ea69da39a5c779c2689598ba5b8e273c6f532587;hb=2bd88f8985d83f8b81a16e768177d8a28b7c492e;hpb=671771f8909b6821de8aef5b90f9390ffb648988 diff --git a/client/goodfet.ccspi b/client/goodfet.ccspi index ea69da3..fd9e01c 100755 --- a/client/goodfet.ccspi +++ b/client/goodfet.ccspi @@ -157,8 +157,9 @@ if(sys.argv[1]=="txtest"): 0xba, 0xbe, 0xc0]); if(sys.argv[1]=="txtoscount"): ''' - Clone of what TinyOS's BlinkToLED demo code does. - Specify a channel a TinyOS mote programmed with BlinkToLED is on, and this will act as the second device. + Clone of what TinyOS's RadioCountToLeds demo code does. Specify a + channel a TinyOS mote programmed with RadioCountToLeds is on, and + this will act as the second device. ''' if (len(sys.argv)<=3): print "Provide -r to work via replays or -i to work via incrementing itself.";