Updated SPI code driver

This commit is contained in:
maxxir_w
2019-03-25 08:42:40 +04:00
parent 3138fbba19
commit 023093a804
4 changed files with 25 additions and 88 deletions

View File

@@ -51,6 +51,10 @@ FATFS Fatfs; //File system object for each logical drive. >= 2
//#define IP_WORK
//SPI CLOCK 4 or 8Mhz
#define SPI_4_MHZ
//#define SPI_8_MHZ
extern unsigned long millis(void);
extern int freeRam (void);
extern char uart0_receive(void);