Skip to content

Commit

Permalink
Continuous ADC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jul 6, 2023
1 parent d62dc47 commit 7d587c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@

#ifdef ESP_IDF_COMP_DRIVER_ENABLED
#include "driver/adc.h"
#if ESP_IDF_VERSION_MAJOR > 4
#include "esp_adc/adc_continuous.h"
#endif
#include "driver/twai.h"
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2)
#include "driver/dac.h"
Expand Down

0 comments on commit 7d587c4

Please sign in to comment.