Added ifdefs to blinkm

This commit is contained in:
Erik van der Zalm
2013-10-20 09:55:15 +02:00
parent 24c6b2ab35
commit 87e28c0599
2 changed files with 6 additions and 0 deletions

View File

@ -44,8 +44,10 @@
#include "language.h"
#include "pins_arduino.h"
#ifdef BLINKM
#include "BlinkM.h"
#include "Wire.h"
#endif
#if NUM_SERVOS > 0
#include "Servo.h"