Skip to content

Commit

Permalink
updated docstrings; removed 'get/set'
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Feb 26, 2018
1 parent 072c8de commit ae370fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_drv2605.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def stop(self):
@property
def mode(self):
"""
Get and set the mode of the chip. Should be a value of:
The mode of the chip. Should be a value of:
- MODE_INTTRIG: Internal triggering, vibrates as soon as you call
play(). Default mode.
Expand All @@ -173,7 +173,7 @@ def mode(self, val):
@property
def library(self):
"""
Get and set the library selected for waveform playback. Should be
The library selected for waveform playback. Should be
a value of:
- LIBRARY_EMPTY: Empty
Expand Down

0 comments on commit ae370fb

Please sign in to comment.