CMakeLists.txt 175 B

1234567
  1. set(i2c_sht3x_srcs "src/i2c_sht3x.c")
  2. idf_component_register(SRCS "${i2c_sht3x_srcs}"
  3. REQUIRES driver
  4. INCLUDE_DIRS "include")