microbit-lib
microbit-lib copied to clipboard
all kinds of microbit python drives, libs, examples, etc.
Hello, I'm looking for a python library for the ds18b20 temperature sensor that would work with a micro:bit V2. Do you know if it exists? Thank you in advance for...
Hi, Thanks for your work. I really appreciate your librarys for microbit and Python I've got an error with BMP280 sensor and microbit: > File "bmp280.py", line 51, in _g2r...
Hi Just discovered your wonderful SnowFlake extension. Assuming i understand correctly first i import t a picture into this utility , click the big green play button. Then i copy...
The ESP32 has its own RTC but it is not backed-up with a battery, so it constantly looses track of the date/time making it pretty useless. My solution was to...
Last year I had no problem making an I2C_1602_LCD display work with your MicroPython driver. But when I tried it again just yesterday, I found that the software no longer...
''' DS1302 Demo #2 (v3) Author: R_Moore Date: 9/3/2018 Uses ShaoZiYang's DS1302 Driver from this URL: https://github.com/shaoziyang/microbit-lib/tree/master/misc/DS1302 http://www.micropython.org.cn Improved demo/test program to be more Micro:bit user friendly... ''' from microbit...