http_func.c

Go to the documentation of this file.
00001 
00009 #include "http_func.h"
00010 
00015 void http_set_lcd(char * c)
00016 {
00017         writeDataLcd(c,0,0);
00018 }