micropython/drivers
Tim Gates f736afb577 drivers,ports: Fix a few typos in comments.
Fixes:
- Should read `definitions` rather than `defintions`.
- Should read `resolution` rather than `resoultion`.
- Should read `inefficient` rather than `inefficent`.
- Should read `closed` rather than `closded`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-23 23:24:24 +10:00
..
bus
cc3000 drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
cc3100 cc3200: Fix various array-based compiler warnings. 2022-07-21 16:26:04 +10:00
codec
cyw43
dht
display
hts221 drivers/hts221: Add HTS221 humidity sensor driver. 2022-07-07 23:53:11 +10:00
lps22h drivers/lps22h: Use machine.idle for power saving. 2022-07-08 12:38:38 +10:00
lsm6dsox
lsm9ds1 drivers/lsm9ds1: Add LSM9DS1 IMU driver. 2022-07-07 23:53:31 +10:00
memory
neopixel
ninaw10 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2022-07-21 16:21:50 +10:00
nrf24l01
onewire
sdcard drivers/sdcard: Fix address calculation on v2 SDSC cards. 2022-06-10 12:56:31 +10:00
wiznet5k
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.