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 072c8de commit ae370fbCopy full SHA for ae370fb
adafruit_drv2605.py
@@ -149,7 +149,7 @@ def stop(self):
149
@property
150
def mode(self):
151
"""
152
- Get and set the mode of the chip. Should be a value of:
+ The mode of the chip. Should be a value of:
153
154
- MODE_INTTRIG: Internal triggering, vibrates as soon as you call
155
play(). Default mode.
@@ -173,7 +173,7 @@ def mode(self, val):
173
174
def library(self):
175
176
- Get and set the library selected for waveform playback. Should be
+ The library selected for waveform playback. Should be
177
a value of:
178
179
- LIBRARY_EMPTY: Empty
0 commit comments