setup() and loop() created for youpio pkg search irremoteplatformio.ini lib_deps =
<ADD YOUR LIBRARY HERE>
tools → PlatformIO → Re-Initpio boards esp32mkdir path_to_the_new_directorycd path_to_the_new_directoryplatformio project init --board esp32dev upload_port = /dev/ttyUSB* upload_speed = 921600 monitor_speed = 115200 build_flags = ; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led -D LED_BUILTIN=2
NeoPixelBus<NeoGrbFeature, NeoEsp32Rmt<X>Ws2812xMethod> strip(PixelCount, PixelPin);