mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-10 02:27:21 +02:00
Add distance sensor, rewrite OLED to use new i2c library
This commit is contained in:
5
components/vl53l0x/CMakeLists.txt
Normal file
5
components/vl53l0x/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "vl53l0x.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES "driver" "esp_timer"
|
||||
)
|
||||
Reference in New Issue
Block a user