mipidisaster / mipidisaster/mipiInk.Software
Improved troubleshooting and layout
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently the SD-card initialisation is within the main.py; I'd like to move this out, such that it can be called from the micropython terminal - so as to aid troubleshooting.
Also it would improve the architecture of the software
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading main.py and locate the SD-card initialisation flow. Check how the MicroPython terminal can invoke that functionality and identify the project’s existing embedded entry points. Done means the initialisation is no longer embedded only in main.py and can be called from the terminal for troubleshooting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100