Skip to content

Commit

Permalink
Merge pull request #35 from tekktrik/doc/doc-improvements
Browse files Browse the repository at this point in the history
Minor documentation additions
  • Loading branch information
tekktrik authored Feb 20, 2022
2 parents 33228e3 + 61e60f5 commit 9d60207
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions adafruit_adxl34x.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@

class DataRate: # pylint: disable=too-few-public-methods
"""An enum-like class representing the possible data rates.
Possible values are
Possible values are:
- ``DataRate.RATE_3200_HZ``
- ``DataRate.RATE_1600_HZ``
Expand Down Expand Up @@ -129,7 +130,7 @@ class DataRate: # pylint: disable=too-few-public-methods
class Range: # pylint: disable=too-few-public-methods
"""An enum-like class representing the possible measurement ranges in +/- G.
Possible values are
Possible values are:
- ``Range.RANGE_16_G``
- ``Range.RANGE_8_G``
Expand All @@ -148,7 +149,7 @@ class ADXL345:
"""Driver for the ADXL345 3 axis accelerometer
:param ~busio.I2C i2c: The I2C bus the ADXL345 is connected to.
:param address: The I2C device address for the sensor. Default is :const:`0x53`.
:param int address: The I2C device address for the sensor. Default is :const:`0x53`.
**Quickstart: Importing and using the device**
Expand Down

0 comments on commit 9d60207

Please sign in to comment.