/* * ESP8266.c * * Created: 6-4-2016 12:25:55 * Author : kenny & martijn */ #define F_CPU 8000000UL #include #include #include "lcd.h" #include "uart.h" #include "esp.h" void wait( int ms ) { for (int tms=0; tms