mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-30 13:13:39 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -736,6 +736,13 @@ static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc
|
||||
}
|
||||
|
||||
static void motors_task (void *pvParameter) {}
|
||||
static void led_task (void *pyParameter) {
|
||||
while(1)
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
vTaskDelay(CONFIG_BLINK_PERIOD / portTICK_PERIOD_MS);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
EXP32-C3 Chip built-in temprature sensor
|
||||
|
Reference in New Issue
Block a user