mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 21:57:09 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -733,6 +733,9 @@ static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc
|
|||||||
|
|
||||||
static void motors_task (void *pvParameter) {}
|
static void motors_task (void *pvParameter) {}
|
||||||
|
|
||||||
|
/*
|
||||||
|
EXP32-C3 Chip built-in temprature sensor
|
||||||
|
*/
|
||||||
static void chip_sensor_init () {
|
static void chip_sensor_init () {
|
||||||
temperature_sensor_handle_t temp_sensor = NULL;
|
temperature_sensor_handle_t temp_sensor = NULL;
|
||||||
temperature_sensor_config_t temp_sensor_config = TEMPERATURE_SENSOR_CONFIG_DEFAULT(10, 50);
|
temperature_sensor_config_t temp_sensor_config = TEMPERATURE_SENSOR_CONFIG_DEFAULT(10, 50);
|
||||||
|
Reference in New Issue
Block a user