Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jun 23, 2023
1 parent 6b4e4b3 commit e7d0785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micropython_mma8451/mma8451.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def __init__(self, i2c, address: int = 0x1D) -> None:

@property
def acceleration(self) -> Tuple[float, float, float]:
"""Get the acceleration measured by the sensor. Will return a 3-tuple
of X, Y, Z axis acceleration values in :math:`m/s^2`.
"""
Acceleration measured by the sensor in :math:`m/s^2`.
"""

x, y, z = self._raw_data
Expand Down

0 comments on commit e7d0785

Please sign in to comment.