1 个仓库
Reference code snippets provided by libraries to demonstrate specific API usage.
Distinct from Example Implementations: Focuses on provided library-specific examples rather than general algorithmic implementations.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Library Examples. Refine with filters or upvote what's useful.
Arduino CLI 是一个命令行界面,用于编译、上传和管理 Arduino 兼容硬件的库和板核心。它充当微控制器工具链管理器和硬件编程工具,提供发现和安装各种硬件架构所需的平台定义和编译器的实用程序。 该项目具有支持 RPC 的开发守护进程,允许外部程序触发内部工具操作并以编程方式管理自动化电子工作流。它还包含一个交互式硬件调试器,用于实时排查物理设备上运行的代码。 该工具涵盖了板和库管理,包括依赖分析、索引同步以及第三方仓库的集成。其构建和部署功能包括源代码编译、二进制上传和引导加载程序安装,并支持串口输出监控和连接硬件检测。 该工具提供 shell 自动补全生成功能,并通过基于文件的配置系统管理环境设置。
Displays available example sketches for libraries to demonstrate practical hardware implementation.