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.
2 parents f1e223c + 6b341ef commit 8213cf6Copy full SHA for 8213cf6
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