Skip to content

Commit 7606b32

Browse files
authored
Merge branch 'master' into master
2 parents 5b51224 + 583fdee commit 7606b32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+82127
-1
lines changed

Circuit_Playground_Express_and_IR/CPX_IR_Remote_Recieve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pulses = decoder.read_pulses(pulsein)
1212
try:
1313
# Attempt to convert received pulses into numbers
14-
received_code = decoder.decode_bits(pulses, debug=False)
14+
received_code = decoder.decode_bits(pulses)
1515
except adafruit_irremote.IRNECRepeatException:
1616
# We got an unusual short code, probably a 'repeat' signal
1717
# print("NEC repeat!")
4.05 KB
Binary file not shown.
4.05 KB
Binary file not shown.
4.05 KB
Binary file not shown.
Binary file not shown.
4.05 KB
Binary file not shown.
4.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)