Skip to content

Commit

Permalink
Add temperature sensor header for ESP32C3
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerBene19 committed Nov 12, 2023
1 parent 57947ce commit 9e6b107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@
#include "driver/uart_select.h"
#endif

// TODO: ADD OTHER ESP chips with internal temperature sensor
#if defined(CONFIG_IDF_TARGET_ESP32C3)
#include "driver/temperature_sensor.h"
#endif

#ifdef ESP_IDF_COMP_ESPCOREDUMP_ENABLED
#include "esp_core_dump.h"
#endif
Expand Down

0 comments on commit 9e6b107

Please sign in to comment.