- Implement M5Stack Cardputer: display, SD card and keyboard - `St7789Display` now supports a "gap" configuration - `ElfApp` has improved errors
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();
|