[ 源代码: arduino-builder ]
软件包:arduino-builder(1.3.25-4 以及其他的)
arduino-builder 的相关链接
Debian 的资源:
下载源码包 arduino-builder:
- [arduino-builder_1.3.25-4.dsc]
- [arduino-builder_1.3.25.orig.tar.xz]
- [arduino-builder_1.3.25-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Command line tool for compiling Arduino sketches
This tool is able to parse Arduino Hardware specifications, properly run 'gcc' and produce compiled sketches.
An Arduino sketch differs from a standard C program in that it misses a 'main' (provided by the Arduino core), function prototypes are not mandatory, and libraries inclusion is automagic (you just have to #include them). This tool generates function prototypes and gathers library paths, providing 'gcc' with all the needed '-I' params.