initcommit osclsk prototype

This commit is contained in:
Ellen Arvidsson 2025-06-13 12:51:54 +02:00
commit 4ade3a5f00
19 changed files with 1780 additions and 0 deletions

7
daisy/Drum/Makefile Normal file
View file

@ -0,0 +1,7 @@
# Project Name
TARGET = Drum
# Sources
CPP_SOURCES = Drum.cpp
include ../../make/daisy.mk