const uint8_t PixelPin = 3; // make sure to set this to the correct pin, ignored for Esp8266(set to 3 by default for DMA) ...
#define BRIGHTNESS 5 // Điều chỉnh độ sáng (0-255) #define LED_TYPE NEO_GRB + NEO_KHZ800 // Loại của LED NeoPixel, ở đây là loại RGB với tần số NEO_KHZ800. Adafruit_NeoPixel strip(NUM_LEDS, LED_PIN, ...