Implemented CrowPanel Basic 3.5" (#232)

This commit is contained in:
Ken Van Hoeylandt
2025-02-22 22:43:49 +01:00
committed by GitHub
parent b14887d5fb
commit 70d36131f6
14 changed files with 331 additions and 0 deletions
@@ -0,0 +1,7 @@
#pragma once
#include "Tactility/hal/sdcard/SdCardDevice.h"
using tt::hal::sdcard::SdCardDevice;
std::shared_ptr<SdCardDevice> createSdCard();