mirror of https://github.com/contiki-ng/mspsim
fixed buggy script
git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@610 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
parent
fc4c7484f4
commit
92f65bfaf8
|
|
@ -1,8 +1,7 @@
|
|||
echo "#!type line" >#duty
|
||||
duty 10 "MSP430 Core.active" CC2420.listen CC2420.transmit "Tmote Sky.0" >#duty
|
||||
echo "#!"
|
||||
echo "#!set 0 label CPU" >#duty
|
||||
echo "#!set 1 label Listen" >#duty
|
||||
echo "#!set 2 label Transmit" >#duty
|
||||
echo "#!set 3 label LEDS" >#duty
|
||||
echo "#!title Duty Cycle" >#duty
|
||||
echo "#!type line" | window duty
|
||||
duty 10 "MSP430 Core.active" CC2420.listen CC2420.transmit "Tmote Sky.0" | window duty
|
||||
echo "#!set 0 label CPU" | window duty
|
||||
echo "#!set 1 label Listen" | window duty
|
||||
echo "#!set 2 label Transmit" | window duty
|
||||
echo "#!set 3 label LEDS" | window duty
|
||||
echo "#!title Duty Cycle" | window duty
|
||||
Loading…
Reference in New Issue