sdcard.h 262 B

1234567891011
  1. #ifndef __BLACKSASI_SDCARD_H__
  2. #define __BLACKSASI_SDCARD_H__
  3. #include <SdFat.h>
  4. #include "sdios.h"
  5. #include "blacksasi.h"
  6. void readSDCardInfo();
  7. void readSDCardInfo2();
  8. void sdCardInsert();
  9. void switchImage();
  10. void switchTerm();
  11. #endif // __BLACKSASI_SDCARD_H__