daid303 11 vuotta sitten
vanhempi
commit
16078e47d4
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      Marlin/Marlin.pde

+ 5
- 0
Marlin/Marlin.pde Näytä tiedosto

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

Loading…
Peruuta
Tallenna