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 93d8048 commit 4d2b5cbCopy full SHA for 4d2b5cb
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