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 a814a6a commit d20f345Copy full SHA for d20f345
adafruit_drv2605.py
@@ -150,7 +150,7 @@ def stop(self):
150
@property
151
def mode(self):
152
"""
153
- The mode of the chip. Should be a value of:
+ The mode of the chip. Should be a value of:
154
155
- MODE_INTTRIG: Internal triggering, vibrates as soon as you call
156
play(). Default mode.
@@ -322,7 +322,7 @@ def __getitem__(self, slot):
322
return Effect(slot_contents)
323
324
def __iter__(self):
325
- """Return an iterator over the waveform sequence slots."""
+ """Returns an iterator over the waveform sequence slots."""
326
for slot in range(0, 7):
327
yield self[slot]
328
0 commit comments