Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenordv/micropython-snippets
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: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenordv/micropython-snippets
- Owner: brenordv
- Created: 2024-08-11T19:28:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T07:06:53.000Z (3 months ago)
- Last Synced: 2024-10-11T22:22:27.899Z (27 days 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: 15.9 MB
- Stars: 1
- 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.