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 93d8048 + 4d2b5cb commit 0e7c176Copy full SHA for 0e7c176
Circuit_Playground_Express_and_IR/CPX_IR_as_Input/code.py
@@ -16,7 +16,7 @@
16
pulses = decoder.read_pulses(pulsein)
17
try:
18
# Attempt to convert received pulses into numbers
19
- received_code = decoder.decode_bits(pulses, debug=False)
+ received_code = decoder.decode_bits(pulses)
20
except adafruit_irremote.IRNECRepeatException:
21
# We got an unusual short code, probably a 'repeat' signal
22
# print("NEC repeat!")
0 commit comments