X-Git-Url: https://vault307.fbx.one/gitweb/micorpython_ir.git/blobdiff_plain/22acf8e1d02787907c7eacba1756b5acd1c4495f..a1bee40ddc3835dce155541c295e3fcfb49ddcc9:/ir_rx/test.py diff --git a/ir_rx/test.py b/ir_rx/test.py index 354a656..c3c7160 100644 --- a/ir_rx/test.py +++ b/ir_rx/test.py @@ -46,13 +46,13 @@ def run(proto=0): # **** DISPLAY GREETING **** s = '''Test for IR receiver. Run: from ir_rx import test -test.run() for NEC 8 bit protocol, -test.run(1) for NEC 16 bit, -test.run(2) for Sony SIRC 12 bit, -test.run(3) for Sony SIRC 15 bit, -test.run(4) for Sony SIRC 20 bit, -test.run(5) for Philips RC-5 protocol, -test.run(6) for RC6 mode 0. +test() for NEC 8 bit protocol, +test(1) for NEC 16 bit, +test(2) for Sony SIRC 12 bit, +test(3) for Sony SIRC 15 bit, +test(4) for Sony SIRC 20 bit, +test(5) for Philips RC-5 protocol, +test(6) for RC6 mode 0. Hit ctrl-c to stop, then ctrl-d to soft reset.'''