Using one header file for esp8266 stuff
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// Combined include file for esp8266
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <c_types.h>
|
||||
#include <ip_addr.h>
|
||||
#include <espconn.h>
|
||||
#include <ets_sys.h>
|
||||
#include <gpio.h>
|
||||
#include <mem.h>
|
||||
#include <osapi.h>
|
||||
#include <user_interface.h>
|
||||
|
||||
#include "espmissingincludes.h"
|
||||
#include "uart_hw.h"
|
||||
Reference in New Issue
Block a user