Skip to content

Commit

Permalink
Update comment, remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Jan 4, 2025
1 parent 3e98382 commit f8f3ed0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions wled00/bus_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@
#define I_32_RN_SM16825_5 107
#define I_32_I0_SM16825_5 108
#define I_32_I1_SM16825_5 109

// WS2811 WW/CW
//WS2811 (WWCW)
#define I_32_RN_NEO_WS2811_WWCW 110
#define I_32_I0_NEO_WS2811_WWCW 111
#define I_32_I1_NEO_WS2811_WWCW 112
Expand Down Expand Up @@ -177,8 +176,6 @@

/*** ESP8266 Neopixel methods ***/
#ifdef ESP8266


//RGB
#define B_8266_U0_NEO_3 NeoPixelBusLg<NeoGrbFeature, NeoEsp8266Uart0Ws2813Method, NeoGammaNullMethod> //3 chan, esp8266, gpio1
#define B_8266_U1_NEO_3 NeoPixelBusLg<NeoGrbFeature, NeoEsp8266Uart1Ws2813Method, NeoGammaNullMethod> //3 chan, esp8266, gpio2
Expand Down Expand Up @@ -248,9 +245,6 @@

/*** ESP32 Neopixel methods ***/
#ifdef ARDUINO_ARCH_ESP32



//RGB
#define B_32_RN_NEO_3 NeoPixelBusLg<NeoGrbFeature, NeoEsp32RmtNWs2812xMethod, NeoGammaNullMethod>
#define B_32_I0_NEO_3 NeoPixelBusLg<NeoGrbFeature, NeoEsp32I2s0Ws2812xMethod, NeoGammaNullMethod>
Expand Down

0 comments on commit f8f3ed0

Please sign in to comment.