mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-15 18:26:46 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -745,6 +745,11 @@ static void led_task (void *arg) {
|
||||
s_led_state = !s_led_state;
|
||||
}
|
||||
}
|
||||
static void temp_sensor_task (void *arg) {
|
||||
while (true) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
EXP32-C3 Chip built-in temprature sensor
|
||||
|
Reference in New Issue
Block a user