0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

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

This commit is contained in:
Keith Bennett 2021-11-01 23:15:29 -07:00 committed by GitHub
parent 95357c33fb
commit 0db9f9a828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,11 @@
#define Z_MIN_PROBE_PIN PB1 #define Z_MIN_PROBE_PIN PB1
#endif #endif
// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif
// //
// Steppers // Steppers
// //