mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
6 lines
105 B
CMake
6 lines
105 B
CMake
idf_component_register(
|
|
SRCS "vl53l0x.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES "driver" "esp_timer"
|
|
)
|