Updated SPI code driver

This commit is contained in:
maxxir_w
2019-03-25 09:17:13 +04:00
parent eb3480e7e0
commit a1fb5014cd
3 changed files with 12 additions and 81 deletions

View File

@@ -41,6 +41,10 @@ static 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);