micropython-lib/micropython/drivers
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
..
bus/onewire micropython/drivers: Move "onewire" bus driver from main repo. 2022-09-06 13:21:26 +10:00
codec/wm8960 top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
display top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
imu lsm6dsox: Refactor driver. 2023-02-18 15:51:53 +11:00
led/neopixel micropython/drivers: Move "neopixel" led driver from main repo. 2022-09-06 13:21:50 +10:00
radio/nrf24l01 nrf24l01: Improve test to add RP2 support, fix ESP32. 2022-11-15 23:50:04 +11:00
sensor hs3003: Add new relative humidity and temperature sensor driver. 2023-02-18 15:50:57 +11:00
storage/sdcard top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00