[ 原始碼: 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.