log.h 224 B

12345678910
  1. #ifndef __BLACKSASI_LOG_H__
  2. #define __BLACKSASI_LOG_H__
  3. #include <SdFat.h>
  4. #include "sdios.h"
  5. #include "blacksasi.h"
  6. void initFileLog();
  7. void errorPrint();
  8. void dmpVol();
  9. void finalizeFileLog();
  10. #endif // __BLACKSASI_LOG_H__