Renaud11232 / pyduinocli

pyduinocli is a wrapper library around arduino-cli to make the arduino-cli calls easy from a python script.
MIT License
15 stars 1 forks source link

Help and examples #7

Open jaromrax opened 1 year ago

jaromrax commented 1 year ago

missing. Workflow is documented in arduino-cli, but not here. Thank you

Renaud11232 commented 1 year ago

Hello,

I'm not sure what is expected with this issue. The API documentation is available here https://renaud11232.github.io/pyduinocli/

ChrisMicro commented 3 months ago

Here I found a nice article: https://www.tinkerassist.com/blog/compile-upload-arduino-code-with-python

Hurricane-k commented 2 months ago

Hello,

I'm not sure what is expected with this issue. The API documentation is available here https://renaud11232.github.io/pyduinocli/

I think it hopes own can launch a doc including some examples, like some workflow to achieve some goals with the help of some APIs.

Hurricane-k commented 2 months ago

Hello,

I'm not sure what is expected with this issue. The API documentation is available here https://renaud11232.github.io/pyduinocli/

For example, my current task is to modify an existing .ino file and upload this to the targeted board and targeted port. how to achieve this workflow in python with this package

best regards