Updated SPI code driver

This commit is contained in:
maxxir_w
2019-03-25 08:39:56 +04:00
parent f7a282051b
commit 3138fbba19
4 changed files with 25 additions and 88 deletions

View File

@@ -44,6 +44,10 @@ extern uint8_t FTP_SRV_destip[4];
//#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);