tps/test: change the blincking leds

parent dc0a9bf5
......@@ -65,8 +65,11 @@ def main (default_directory='.'):
tmp_stdin = sys.stdin;
sys.stdin = sys.__stdin__;
while ((ask != "Y") and (ask != "N")) :
ask = raw_input("Are the LEDs of the front panel blinking when you press the buttons? Are the other LEDs ON? [Y/N]")
print "-------------------------------------------------------------"
print "\t PRESS THE BUTTONS IN THE SPEC BOARD "
ask = raw_input("Are the LEDs blinking when you press the buttons? [Y/N]")
ask = ask.upper()
print "-------------------------------------------------------------"
sys.stdout = tmp_stdout;
sys.stdin = tmp_stdin;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment