Damien George
|
e6b89eafa3
|
all: Remove unnecessary start argument in range.
To satisfy Ruff.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-09-01 00:17:28 +10:00 |
Damien George
|
1b557eee5c
|
lsm6dsox: Bump patch version.
For changes in 2d16f210b9 .
Signed-off-by: Damien George <damien@micropython.org>
|
2023-08-23 11:41:22 +10:00 |
Angus Gratton
|
2d16f210b9
|
lsm6dsox: Add missing time import.
Driver calls time.sleep_ms() in one place.
Found by Ruff checking F821.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
|
2023-08-22 22:43:04 +10:00 |
Christian Clauss
|
4da6e6f1b2
|
all: Lint Python code with ruff.
Signed-off-by: Christian Clauss <cclauss@me.com>
|
2023-07-24 07:51:33 +02:00 |
iabdalkader
|
e88aa3af16
|
lsm6dsox: Refactor driver.
Changes are:
- fix typos
- make constants global
- rename functions with double underscore to single underscore
- rename __init__ keyword argument cs_pin -> cs
- rename read_mlc_output() -> mlc_output()
- rename read_gyro() -> gyro()
- rename read_accel() -> accel()
- update manifest
|
2023-02-18 15:51:53 +11:00 |
Jim Mussared
|
75d129b96f
|
micropython/drivers: Move "lsm6sox" imu driver from main repo.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
2022-09-06 13:21:48 +10:00 |