#pragma once #include "esp_vfs_fat.h" int sd_init(); FATFS* sd_get(); bool sd_ready(); void test_sd();