mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7aab4126af
A number of Adafruit sensor drivers use the class Adafruit_Sensor from the Adafruit Unified Sensor Driver. To support such drivers, the Adafruit Unified Sensor Driver is imported as package.
10 lines
265 B
Makefile
10 lines
265 B
Makefile
PKG_NAME=arduino_adafruit_sensor
|
|
PKG_URL=https://github.com/adafruit/Adafruit_Sensor
|
|
PKG_VERSION=334044cc0bd087ff93629cef9ae8efc14e88ec73
|
|
PKG_LICENSE=Apache-2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|