Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- unsigned long delay3 = 0;
- int pos = 0;
- if ((millis() - delay3) >= 500)
- {
- pos++;
- delay3 = millis();
- }
- if (pos > 19) pos = 0;
- lcd.setCursor(pos, 2);
- lcd.print(" Analise & Desenv.");
- lcd.setCursor((pos), 3);
- lcd.print(" De Sistemas");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement