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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jun 23, 2023
1 parent 9175513 commit c8bac4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micropython_mma8451/mma8451.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

_GRAVITY = 9.80665


STANDBY_MODE = const(0b0)
ACTIVE_MODE = const(0b1)
operation_mode_values = (STANDBY_MODE, ACTIVE_MODE)
Expand Down

0 comments on commit c8bac4d

Please sign in to comment.