Browse Source

SAMD51: Neopixel pin mapping (#14913)

Giuliano Zaro 6 years ago
parent
commit
d78086ccdc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/HAL/HAL_SAMD51/fastio_SAMD51.h

+ 1
- 0
Marlin/src/HAL/HAL_SAMD51/fastio_SAMD51.h View File

@@ -243,6 +243,7 @@
243 243
   #define DIO5_PIN    PIN_PC21
244 244
   #define DIO16_PIN   PIN_PC22
245 245
   #define DIO17_PIN   PIN_PC23
246
+  #define DIO88_PIN   PIN_PC24    // NEOPIXEL
246 247
   // PORTD
247 248
   #define DIO22_PIN   PIN_PD12
248 249
   #define DIO6_PIN    PIN_PD20

Loading…
Cancel
Save