Code-sense 最有效——所有核心 Arduino 类型都正确突出显示。但是没有引用 FastLED 库的类型。
我的代码编译得很好。而且,语法在 FastLED.h 中正确突出显示
如何在 xCode 中为 Arduino 库使用代码感知功能?
在我的 .ino 文件的顶部,我这样做
// Core library for code-sense
#include "Wiring.h"
#include "Arduino.h"
// Include application, user and local libraries
#include "LocalLibrary.h"
#include "FastLED.h"
我在 OSX 10.9.2 上使用 embedXcode+(专业版)版本 136 运行 XCode 5.1。我检查了 FastLED_2.1 分支,因为 master 不支持我正在使用的板子 Teensy 3.1。