#include // How many leds in your strip? #define NUM_LEDS 38 // For led chips like WS2812, which have a data line, ground, and power, you just // need to define DATA_PIN. For led chipsets that are SPI based (four wires - data, clock, // ground, and power), like the LPD8806 define both DATA_PIN and CLOCK_PIN // Clock pin only needed for SPI based chipsets when not using hardware SPI #define DATA_PIN 26 // Define the array of leds CRGB leds[NUM_LEDS]; unsigned long data_in = 0; unsigned long data_off= 50; int NUM = 10; unsigned long time_on = millis(); unsigned long time_off = millis(); void setup() { Serial.begin(115200); FastLED.addLeds(leds, NUM_LEDS); // GRB ordering is assumed delay(1000); // give me time to bring up serial monitor Serial.println("ESP32 Touch Test"); for(int i=0; i=100) { for(int i=0; i=100) { for(int i=0; i