CMakeLists.txt 125 B

123456
  1. idf_component_register(
  2. SRCS "board_utils.c"
  3. INCLUDE_DIRS "."
  4. REQUIRES esp_driver_i2c
  5. PRIV_REQUIRES driver
  6. )