I need to maintain and refactor an Arduino project that:
- uses several Arduino of different kinds
- uses a non-supported library and HW (Panstamp)
- includes several sketches running together (via RF IoT network)
- should evolve towards a larger ecosystem
- should be documented extensively
At the moment, the Arduino IDE does the job, but documentation is stored as comments in the code. The library I use is an old version, as the creator changed its focus before halting development. I also want to use Python or micropython in part of the project, for several reasons.
5 upvotes·7.5K views