esp-idf/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/Makefile
SalimTerryLi e5ddc12a08
MCPWM/capture: API workflow optimization
deprecate isr_register to introduce new callback based API, with framework managed interrupt routine
new HC-SR04 example
2021-08-05 19:12:58 +08:00

9 lines
192 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := mcpwm_capture_hc_sr04
include $(IDF_PATH)/make/project.mk