mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-16 09:34:20 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -836,6 +836,8 @@ void app_main(void)
|
|||||||
//xTaskCreate(motors_task, "PWM task", 2048, NULL, 10, NULL);
|
//xTaskCreate(motors_task, "PWM task", 2048, NULL, 10, NULL);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
display_chip_temperature();
|
||||||
|
|
||||||
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
||||||
|
|
||||||
// ADC
|
// ADC
|
||||||
|
Reference in New Issue
Block a user