Procházet zdrojové kódy

📌 Default NeoPixel pin for MKS Robin E3/E3D (#23060)

Keith Bennett před 2 roky
rodič
revize
0db9f9a828
No account linked to committer's email address

+ 5
- 0
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h Zobrazit soubor

@@ -64,6 +64,11 @@
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
+
67 72
 //
68 73
 // Steppers
69 74
 //

Loading…
Zrušit
Uložit