Skip to content
Snippets Groups Projects
Commit 16078e47 authored by daid303's avatar daid303
Browse files

Fixed #325

parent 6a9bee27
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment