ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
debug.h
Go to the documentation of this file.
1 
24 #ifndef _DEBUG_H_
25 #define _DEBUG_H_
26 
27 /* debug.c */
28 int uart0_printf ( const char *fmt , ...);
29 
30 #endif
int uart0_printf(const char *fmt,...)
printf function
Definition: debug.c:54