mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 18:32:45 +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.
4 lines
71 B
Makefile
4 lines
71 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/talking_leds/src
|
|
|
|
CXXEXFLAGS += -std=c++11
|