Files
AI-on-the-edge-device/code/components/jomjol_helper/sdcard_check.h
michael 4905663933 test1
2026-01-17 02:49:32 +01:00

12 lines
244 B
C

#pragma once
#ifndef COMPONENTS_HELPER_SDCARD_CHECK_H
#define COMPONENTS_HELPER_SDCARD_CHECK_H
#include "defines.h"
int SDCardCheckRW(void);
bool SDCardCheckFolderFilePresence(void);
#endif /* COMPONENTS_HELPER_SDCARD_CHECK_H */