Don_dody
Full Member level 1
- Joined
- Nov 4, 2012
- Messages
- 96
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Indonesia
- Activity points
- 1,921
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.