Main repository of MicroPython projects and modules I have built on my spare time.
-
projects/<project_name>Folder containing everything related to the script.
Name Type Description codeπ Commented code for better understanding of it. releaseπ Code without comments and trying to be as small as possible in order to save memory on the microcontroller. docsπ Files like images and so on for documentation purposes. -
modulesFolder containing everything related to MicroPython and some help classes and scripts to make deployments more easy.
Name Type Description codeπ Commented code for better understanding of it. releaseπ Code without comments and trying to be as small as possible in order to save memory on the microcontroller. docsπ Files like images and so on for documentation purposes. examplesπ Example files that in some cases will need to be renamed into main.pyso it will be run at boot time. -
snipetsπScripts used to saved some common code so I don't forget how to do some things.
-
staticπContains images for documentation purposes and other static files like HTML and CSS code.
-
toolsπTools used when developing within this repo.
-
README.mdπ on πDocumentation of the script, class or other important information.
| Project name | Status | Link |
|---|---|---|
| Bulleting board | DONE | Get me there! |
| Camera slider | WIP | Get me there! |
| Micro server | DONE | Get me there! |
| Pomodoro | DONE | Get me there! |
| Problem solver | DONE | Get me there! |
| Script console | DONE | Get me there! |
| Weather display | DONE | Get me there! |
| Weather station | DONE | Get me there! |
| WiFi scanner | DONE | Get me there! |
Reach out to me at one of the following places!
- Website at juanbiondi.com
- Create an issue on this repository. π΄ββ οΈ
- Send me an email π§
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/super_awesome_feature) - Commit your Changes (
git commit -m 'Add some awesome feature') - Push to the Branch (
git push origin feature/super_awesome_feature) - Open a Pull Request