daid303 11 роки тому
джерело
коміт
16078e47d4
1 змінених файлів з 5 додано та 0 видалено
  1. 5
    0
      Marlin/Marlin.pde

+ 5
- 0
Marlin/Marlin.pde Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти