Refactor split main.c
This commit is contained in:
10
Inc/storage.h
Normal file
10
Inc/storage.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __STORAGE_H
|
||||
#define __STORAGE_H
|
||||
|
||||
#include "main.h"
|
||||
|
||||
int SD_SAVE(uint16_t *pbuff);
|
||||
int SD_READ(uint16_t *pbuff);
|
||||
int SD_REMOVE(void);
|
||||
|
||||
#endif /* __STORAGE_H */
|
||||
Reference in New Issue
Block a user