#include "driver/ledc.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #define LED_RED_CH LEDC_CHANNEL_0 #define LED_GREEN_CH LEDC_CHANNEL_1 #define LED_BLUE_CH LEDC_CHANNEL_2 #define ...
Visual Studio Code extension for ESP-IDF projects. Contribute to SinglWolf/vscode-esp-idf-extension-Ru-ru development by creating an account on GitHub.
Install the extension. After you install the extension, the should appear in the VS Code Activity bar (left side set of icons). When you click the Espressif icon, you can see a list of basic commands ...