文件名称:EasyINO:简化arduino-cli基本用法的包装器
文件大小:15KB
文件格式:ZIP
更新时间:2024-03-14 20:59:50
Python
EasyINO arduino-cli的包装,提供用于编译和上传程序的交互式命令行UI。 用法 easyino [options] [arguments] [file] 选项: -b,-board [过滤器] Filters the list of board part of the ID (e.g due, uno...) -u,-上传 Uploads the program (only compiles as default) -p,--arduinopath [路径] Sets the path to arduino-cli (by default assumes that it's in PATH) 要求 建筑 使用pyinstaller构建。 需要 。 如果您使用的是Linux,则可能需要按所述修改pyinstaller/depend/utils.py 。 因此,强
【文件预览】:
EasyINO-master
----.gitignore(56B)
----EasyINO()
--------easyino.py(4KB)
----LICENSE(34KB)
----README.md(856B)