bmp085.mk 209 B

123456
  1. # List of all the BMP085 device files.
  2. BMP085SRC := $(CHIBIOS)/os/ex/Bosch/bmp085.c
  3. # Required include directories
  4. BMP085INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
  5. $(CHIBIOS)/os/ex/Bosch