mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
* Guition JC3248W535C Files app fix alert dialog and selection dialog fixes symbol export * Update Axs15231bDisplay.cpp * Update Axs15231bDisplay.cpp
8 lines
146 B
C++
8 lines
146 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/sdcard/SdCardDevice.h>
|
|
|
|
using tt::hal::sdcard::SdCardDevice;
|
|
|
|
std::shared_ptr<SdCardDevice> createSdCard();
|