We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823b514 commit 09cdef0Copy full SHA for 09cdef0
components/mpu6050/CMakeLists.txt
@@ -1,5 +1,5 @@
1
idf_component_register(
2
SRCS "mpu6050.c"
3
INCLUDE_DIRS "include"
4
- REQUIRES "driver"
+ REQUIRES "driver" "esp_driver_gpio"
5
)
0 commit comments