sdcard.h 243 B

12345678910
  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. #endif // __BLACKSASI_SDCARD_H__