13 lines
151 B
C
13 lines
151 B
C
#ifndef _LOG_H_
|
|
#define _LOG_H_
|
|
|
|
|
|
#define ceshi 1
|
|
#include "SDmanger.h"
|
|
void write_log(String path,unsigned char level,String write_data);
|
|
|
|
|
|
|
|
#endif
|
|
|