rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
storage_sd.h
Go to the documentation of this file.
1/**
2 * @file storage_sd.h
3 * @brief Storage interface to FatFS header
4 *
5 * @date Jul 16, 2025
6 * @author Andrey Gusakov
7 */
8
9#pragma once
10
11bool initStorageSD();
12bool deinitStorageSD();
bool deinitStorageSD()
bool initStorageSD()