sdcard_check.h 258 B

1234567891011
  1. #pragma once
  2. #ifndef COMPONENTS_HELPER_SDCARD_CHECK_H
  3. #define COMPONENTS_HELPER_SDCARD_CHECK_H
  4. #include "../../include/defines.h"
  5. int SDCardCheckRW(void);
  6. bool SDCardCheckFolderFilePresence(void);
  7. #endif /* COMPONENTS_HELPER_SDCARD_CHECK_H */