https://github.com/brenordv/micropython-snippets
Collection of libraries and helpers for Micropython + Raspberry Pi Pico
https://github.com/brenordv/micropython-snippets
am2302 apds9960 dht22 ds18x20 hc-sr501 hy-srf05 iot kyes516 micropython micropython-rpi-pico sg90-servo ssd1306 vl6180x yx5200
Last synced: 8 months ago
JSON representation
Collection of libraries and helpers for Micropython + Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/brenordv/micropython-snippets
- Owner: brenordv
- Created: 2024-08-11T19:28:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T21:48:36.000Z (9 months ago)
- Last Synced: 2025-03-23T15:24:51.826Z (9 months ago)
- Topics: am2302, apds9960, dht22, ds18x20, hc-sr501, hy-srf05, iot, kyes516, micropython, micropython-rpi-pico, sg90-servo, ssd1306, vl6180x, yx5200
- Language: Python
- Homepage:
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MicroPython Snippets
I'll save in this repo snippets of code that I use when creating something with Micro Python.
To know what each snippet does, please refer to the readme file inside the folder.
One of the main reasons I created this repo is because I always lost the code from previous projects, and I had to
rewrite everything from scratch. So, I decided to create some semi-decent code snippets that I can reuse in
future projects. I hope this repo helps you as much as it helps me.
## Important notes
- Unless specified otherwise, consider all examples using Micropython v1.23.0 (2024-06-02) on a Raspberry Pi Pico.
- All snippets/classes as provided AS-IS, and although I've tested all of them, It was not a thorough test. So, please use them at your own risk. No warranty/guarantee is provided.