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/scope/Makefile Normal file
View file

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