41890f15b9
- examples: add 'Capacitive touch sensor interrupts' example - Code review comments implemented - use only one image - add external picture of ESP32 Demo Board V2
8 lines
198 B
Makefile
8 lines
198 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := touch_pad_interrupt
|
|
|
|
include $(IDF_PATH)/make/project.mk
|