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 8c2960c commit fde1577Copy full SHA for fde1577
examples/drv2605_simpletest.py
@@ -22,9 +22,9 @@
22
while True:
23
print("Playing effect #{0}".format(effect_id))
24
drv.sequence[0] = adafruit_drv2605.Effect(effect_id) # Set the effect on slot 0.
25
- # You can assign effects to up to 7 different slots to combine
+ # You can assign effects to up to 8 different slots to combine
26
# them in interesting ways. Index the sequence property with a
27
- # slot number 0 to 6.
+ # slot number 0 to 7.
28
# Optionally, you can assign a pause to a slot. E.g.
29
# drv.sequence[1] = adafruit_drv2605.Pause(0.5) # Pause for half a second
30
drv.play() # play the effect
0 commit comments