setup()
and loop()
created for youpio pkg search irremote
platformio.ini
lib_deps = <ADD YOUR LIBRARY HERE>
tools
→ PlatformIO
→ Re-Init
pio boards esp32
mkdir path_to_the_new_directory
cd path_to_the_new_directory
platformio 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);