Initial commit of Arduino libraries
This commit is contained in:
10
XPowersLib/examples/ESP_IDF_Example/Makefile
Normal file
10
XPowersLib/examples/ESP_IDF_Example/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
|
||||
PROJECT_NAME := XPowersLib_Example
|
||||
|
||||
EXTRA_COMPONENT_DIRS = ../../../XPowersLib
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
Reference in New Issue
Block a user