Added in globals.h selector SPI Speed 4/8Mhz

This commit is contained in:
maxxir
2019-03-25 00:22:08 +04:00
parent 4accc8e3cc
commit 8af605422d
3 changed files with 25 additions and 7 deletions

View File

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