File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
- `Adafruit_DRV2605 `
23
+ `adafruit_drv2605 `
24
24
====================================================
25
25
26
26
CircuitPython module for the DRV2605 haptic feedback motor driver. See
@@ -160,7 +160,7 @@ def mode(self):
160
160
- MODE_REALTIME: Real-time playback mode.
161
161
- MODE_DIAGNOS: Diagnostics mode.
162
162
- MODE_AUTOCAL: Auto-calibration mode.
163
-
163
+
164
164
See the datasheet for the meaning of modes beyond MODE_INTTRIG.
165
165
"""
166
166
return self ._read_u8 (_DRV2605_REG_MODE )
@@ -183,7 +183,7 @@ def library(self):
183
183
- LIBRARY_TS2200D: TS2200 library D
184
184
- LIBRARY_TS2200E: TS2200 library E
185
185
- LIBRARY_LRA: LRA library
186
-
186
+
187
187
See the datasheet for the meaning and description of effects in each
188
188
library.
189
189
"""
You can’t perform that action at this time.
0 commit comments