Skip to content

Commit

Permalink
Initial upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffyaudio committed Oct 16, 2022
0 parents commit 5283953
Show file tree
Hide file tree
Showing 52 changed files with 43,592 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Project Name
TARGET = MultiEffect

# Library Locations
LIBDAISY_DIR = ../../libdaisy
DAISYSP_DIR = ../../DaisySP
CMSIS_DIR = $(LIBDAISY_DIR)/Drivers/CMSIS

# Sources
CPP_SOURCES = MultiEffect.cpp

# Core location, and generic Makefile.
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
include $(SYSTEM_FILES_DIR)/Makefile
Loading

0 comments on commit 5283953

Please sign in to comment.