Don_dody
Full Member level 1

What is the function of
char buf[33];
and
sprintf(buf,"abc");
in codevisionAVR. I try to display "abc" in LCD. It works, but I just have no idea what are their function.
char buf[33];
and
sprintf(buf,"abc");
in codevisionAVR. I try to display "abc" in LCD. It works, but I just have no idea what are their function.