Skip to content

Commit 072c8de

Browse files
committed
pylint/sphinx fixes
1 parent dc935ca commit 072c8de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_drv2605.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`Adafruit_DRV2605`
23+
`adafruit_drv2605`
2424
====================================================
2525
2626
CircuitPython module for the DRV2605 haptic feedback motor driver. See
@@ -160,7 +160,7 @@ def mode(self):
160160
- MODE_REALTIME: Real-time playback mode.
161161
- MODE_DIAGNOS: Diagnostics mode.
162162
- MODE_AUTOCAL: Auto-calibration mode.
163-
163+
164164
See the datasheet for the meaning of modes beyond MODE_INTTRIG.
165165
"""
166166
return self._read_u8(_DRV2605_REG_MODE)
@@ -183,7 +183,7 @@ def library(self):
183183
- LIBRARY_TS2200D: TS2200 library D
184184
- LIBRARY_TS2200E: TS2200 library E
185185
- LIBRARY_LRA: LRA library
186-
186+
187187
See the datasheet for the meaning and description of effects in each
188188
library.
189189
"""

0 commit comments

Comments
 (0)