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.
3 lines
80 B
Makefile
3 lines
80 B
Makefile
CFLAGS += "-DARDUINO = 100"
|
|
INCLUDES += -I$(PKGDIRBASE)/arduino_adafruit_sensor
|