zephyr/samples/sensor/ccs811/dts_fixup.h

10 lines
192 B
C

#if defined(CONFIG_HAS_DTS_I2C)
#ifndef DT_CCS811_NAME
#define DT_CCS811_NAME ""
#define DT_CCS811_I2C_ADDR 0
#define DT_CCS811_I2C_MASTER_DEV_NAME ""
#endif
#endif /* CONFIG_HAS_DTS_I2C */