mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c83e197676
functional changes: - enable test to test the driver in SPI mode style changes and code simplification: - enable SPI mode - fixed typos in doxygen - fixed line length issues - simplified code - use fmt for formatting numbers - use US_PER_SEC instead of magic value - use named return values provided by driver - use puts where ever applicable
9 lines
134 B
Makefile
9 lines
134 B
Makefile
include ../Makefile.tests_common
|
|
|
|
DRIVER ?= bme280_i2c
|
|
|
|
USEMODULE += fmt
|
|
USEMODULE += $(DRIVER)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|