Sfoglia il codice sorgente

LPC176x NeoPixel Support (#13322)

Chris Pepper 5 anni fa
parent
commit
8d95019442
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 4
    1
      buildroot/share/tests/LPC1768-tests
  2. 2
    0
      platformio.ini

+ 4
- 1
buildroot/share/tests/LPC1768-tests Vedi File

@@ -13,7 +13,10 @@ exec_test $1 $2 "Build Re-ARM Default Configuration"
13 13
 restore_configs
14 14
 opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
15 15
 opt_enable VIKI2 SDSUPPORT
16
-exec_test $1 $2 "ReARM EFB VIKI2 and SDSUPPORT"
16
+opt_enable SERIAL_PORT2
17
+opt_enable NEOPIXEL_LED
18
+opt_set NEOPIXEL_PIN P1_16
19
+exec_test $1 $2 "ReARM EFB VIKI2, SDSUPPORT, 2 Serial ports (USB CDC + UART0), NeoPixel"
17 20
 
18 21
 restore_configs
19 22
 use_example_configs Mks/Sbase

+ 2
- 0
platformio.ini Vedi File

@@ -166,6 +166,7 @@ lib_deps          = Servo
166 166
   LiquidCrystal
167 167
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
168 168
   TMCStepper@<1.0.0
169
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
169 170
 
170 171
 [env:LPC1769]
171 172
 platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
@@ -184,6 +185,7 @@ lib_deps          = Servo
184 185
   LiquidCrystal
185 186
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
186 187
   TMCStepper@<1.0.0
188
+  Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
187 189
 
188 190
 #
189 191
 # Melzi and clones (ATmega1284p)

Loading…
Annulla
Salva