Added selector SPI Speed 4/8Mhz

This commit is contained in:
maxxir_w
2019-03-25 07:55:07 +04:00
parent 8af605422d
commit 58c7930671
7 changed files with 65 additions and 23 deletions

View File

@@ -38,6 +38,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);