We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e223c commit 6b341efCopy full SHA for 6b341ef
Circuit_Playground_Express_and_IR/CPX_IR_Remote_Recieve.py
@@ -11,7 +11,7 @@
11
pulses = decoder.read_pulses(pulsein)
12
try:
13
# Attempt to convert received pulses into numbers
14
- received_code = decoder.decode_bits(pulses, debug=False)
+ received_code = decoder.decode_bits(pulses)
15
except adafruit_irremote.IRNECRepeatException:
16
# We got an unusual short code, probably a 'repeat' signal
17
# print("NEC repeat!")
0 commit comments