hts221.mk 270 B

12345678910
  1. # List of all the HTS221 device files.
  2. HTS221SRC := $(CHIBIOS)/os/ex/ST/hts221.c
  3. # Required include directories
  4. HTS221INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
  5. $(CHIBIOS)/os/ex/ST
  6. # Shared variables
  7. ALLCSRC += $(HTS221SRC)
  8. ALLINC += $(HTS221INC)