Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int anz=-1;
- char putchar(char chc)
- {
- const char lines[LINE_ANZ] = {LCD_ADDR_LINE1, LCD_ADDR_LINE2, LCD_ADDR_LINE3, LCD_ADDR_LINE4};
- anz++;
- if(chc = '\n')
- {
- }
- if(chc == '\t')
- {
- Cursor_GoToXY();
- }
- if(chc == '\b')
- {
- }
- LCD_WriteDR(chc);
- return (chc);
- }
Advertisement
Add Comment
Please, Sign In to add comment