mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 09:55:06 +00:00
7 lines
196 B
C++
7 lines
196 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/sdcard/SdCardDevice.h>
|
|
|
|
// Create SD card device for jc1060p470ciwy using SDMMC slot 0 (4-bit)
|
|
std::shared_ptr<tt::hal::sdcard::SdCardDevice> createSdCard();
|