MicroPythonScripts
MicroPythonScripts copied to clipboard
MicroPython Scripts and projects
MicroPythonScripts
Main repository of MicroPython projects and modules I have built on my spare time.
Structure of the repository
-
projects/<project_name>Folder containing everything related to the script.
Name Type Description code:file_folder: Commented code for better understanding of it. release:file_folder: Code without comments and trying to be as small as possible in order to save memory on the microcontroller. docs:file_folder: 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:file_folder: Commented code for better understanding of it. release:file_folder: Code without comments and trying to be as small as possible in order to save memory on the microcontroller. docs:file_folder: Files like images and so on for documentation purposes. examples:file_folder: Example files that in some cases will need to be renamed into main.pyso it will be run at boot time. -
snipets:file_folder:Scripts used to saved some common code so I don't forget how to do some things.
-
static:file_folder:Contains images for documentation purposes and other static files like HTML and CSS code.
-
tools:file_folder:Tools used when developing within this repo.
-
README.md:page_with_curl: on :file_folder:Documentation of the script, class or other important information.
Project list
| 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! |
Support :mechanic:
Reach out to me at one of the following places!
- Website at juanbiondi.com
- Create an issue on this repository. :pirate_flag:
- Send me an email :email:
Contributing
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