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 c29e10b + e209d56 commit 084cbd6Copy full SHA for 084cbd6
adafruit_irremote.py
@@ -242,5 +242,5 @@ def transmit(self, pulseout, data):
242
durations[out + 1] = self.zero[1]
243
out += 2
244
245
- print(durations)
+ # print(durations)
246
pulseout.send(durations)
0 commit comments