hackerspace-green
daid303 2012-12-04 16:27:21 +01:00
parent 6a9bee27cc
commit 16078e47d4
1 changed files with 5 additions and 0 deletions

View File

@ -31,7 +31,12 @@
/* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
#include "Configuration.h"
#include "pins.h"
#ifdef ULTRA_LCD
#include <LiquidCrystal.h>
#endif
#ifdef
#if DIGIPOTSS_PIN > -1
#include <SPI.h>
#endif