mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
eb47f1c537
This test application defines a packages which imports a very simple Arduino library that is used by test application to demonstrate how an Arduino library can be imported as package and used by an application.
6 lines
95 B
Makefile
6 lines
95 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += talking_leds
|
|
|
|
include $(RIOTBASE)/Makefile.include
|