Add and test analog Read-Write [19_m1284p_WIZNET_blynk]

This commit is contained in:
maxxir_w
2019-03-14 13:58:02 +04:00
parent 83a788c7b0
commit c0c9edca06
3 changed files with 95 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ static FATFS Fatfs; //File system object for each logical drive. >= 2
#define SPRINTF(__S, FORMAT, args...) sprintf_P(__S, PSTR(FORMAT),##args)
//#define IP_WORK
#define IP_WORK
extern unsigned long millis(void);
extern int freeRam (void);
@@ -64,4 +64,6 @@ extern uint8_t DNS_2nd[4];
#define BLYNK_DATA_BUF_SIZE 1024
extern uint16_t adc_read(uint8_t channel);
#endif /* GLOBALS_H_ */