mpy-lib
mpy-lib copied to clipboard
HTS221, LPS22, LIS2DW12, LIS2MDL, LSM6DSO, STTS751, si7051, bme280, bmp280, APDS9930, TM1650, TM1637, LCD1602, GNSS, all kinds of micropython drives, examples, libs
I am having an error trying to run the test for the bmp280 sensor. This is the error showing: File "bmp280.py", line 9, in __init__ File "bmp280.py", line 45, in...
Hi, the alarm allows esp32 wake up each 2 or 3 hours? I was trying to wake up esp32 every two hours using this line "_ds.ALARM(ds.Day(), (ds.Hour() + 2)%24, 46,...
Hello. I state that I am not a programmer. I am using your library and thank you for sharing it. I use it with an ESP32 that I would like...
Thanks for the library, its been helpful for my application. I am trying to use your library to get my RTC working with OpenMV Cam H7, I have read about...
Hi! Using your neo_16x16 code to customize neo_10x10 : test.py ``` from machine import Pin import time from neo10x10 import neo10x10 np = neo10x10(Pin(5)) npdat=[ 0x00, 0x66, 0x66, 0xe0, 0xe0,...