Keith Bennett
il y a 3 ans
Parent
révision
555c749fe2
Aucun compte lié à l'adresse e-mail de l'auteur
|
@@ -64,11 +64,6 @@
|
64
|
64
|
#define Z_MIN_PROBE_PIN PB1
|
65
|
65
|
#endif
|
66
|
66
|
|
67
|
|
-// LED driving pin
|
68
|
|
-#ifndef NEOPIXEL_PIN
|
69
|
|
- #define NEOPIXEL_PIN PA2
|
70
|
|
-#endif
|
71
|
|
-
|
72
|
67
|
//
|
73
|
68
|
// Steppers
|
74
|
69
|
//
|
|
@@ -245,6 +240,11 @@
|
245
|
240
|
#endif
|
246
|
241
|
#endif
|
247
|
242
|
|
|
243
|
+// LED driving pin
|
|
244
|
+#ifndef NEOPIXEL_PIN
|
|
245
|
+ #define NEOPIXEL_PIN PA2
|
|
246
|
+#endif
|
|
247
|
+
|
248
|
248
|
//
|
249
|
249
|
// SD Card
|
250
|
250
|
//
|