1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_tcs37727/Makefile
Hauke Petersen 470f2de771 drivers/tcs37727: SAUL support + misc fixes
- added default parameters file
- let init() function use param struct
- named return values
- simplified init function
- sensor now active after init was called
- simplified return values
2017-02-16 14:46:50 +01:00

10 lines
176 B
Makefile

APPLICATION = driver_tcs37727
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += tcs37727
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include