This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d1a4ebac40c035270500415f6567da170b70f21
esp-idf
/
examples
/
peripherals
/
adc
/
continuous_read
/
main
/
CMakeLists.txt
T
4 lines
133 B
CMake
Raw
Normal View
History
Unescape
Escape
esp_adc: new esp_adc component and adc drivers
2022-07-15 12:52:44 +08:00
idf_component_register
(
SRCS
"continuous_read_main.c"
change(examples): explicitly specify component dependencies for examples
2024-09-24 14:22:10 +02:00
PRIV_REQUIRES
esp_adc
esp_adc: new esp_adc component and adc drivers
2022-07-15 12:52:44 +08:00
INCLUDE_DIRS
"."
)
Reference in New Issue
Copy Permalink