Files
Joseph Tang 588b493d4d 1. makefile for mp to build the adf components
2. create audio module
3. create audio.player
4. create audio.recorder
5. examples for micropython
2019-12-18 19:40:27 +08:00

4 lines
81 B
Makefile

ADFMPMOD = $(ADF_PATH)/micropython_adf/mod
SRC_C += $(wildcard $(ADFMPMOD)/*.c)