Angus Gratton
786c0ea895
all: Add missing const imports
...
Found by Ruff checking F821.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-22 22:43:18 +10:00
Jim Mussared
afc9d0a541
micropython: Add missing metadata for packages.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-07 13:24:15 +10:00
iabdalkader
203e1e63b1
hs3003: Add new relative humidity and temperature sensor driver.
...
Renesas HS3003 Humidity and Temperature sensor driver.
2023-02-18 15:50:57 +11:00
Fredrik Strupe
4556023a0c
sensor/mhz19: Add driver for MH-Z19 (CO2 sensor).
...
Originally by Fredrik Strupe, updated for micropython-lib.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-11-15 23:06:42 +11:00
robert-hh
2b07820df3
dht: Fix regression importing dht_readinto from pyb.
...
sys.platform of Pyboard is "pyboard", not "pyb".
2022-11-10 11:13:37 +11:00
robert-hh
0e25b109c2
dht: Change the sequence for importing dht_readinto.
...
Check the machine module first, then search in previous places. This
supports having machine.dht_readinto as the new standard, while still being
backwards compatible.
2022-11-08 18:23:26 +11:00
Jim Mussared
33b5132312
micropython/drivers: Move "lps22h" sensor driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:56 +10:00
Jim Mussared
b3e443ca8e
micropython/drivers: Move "hts221" sensor driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:55 +10:00
Jim Mussared
a336c29cc5
micropython/drivers: Move "dx18x20" sensor driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:54 +10:00
Jim Mussared
0382c9cffa
micropython/drivers: Move "dht" sensor driver from main repo.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:53 +10:00