Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for ( z=0 ; z<6 ; z++)
- {
- display.clearDisplay();
- display.setTextSize(3.5);
- display.setCursor(23, 9);
- display.println(Messwert);
- EINHEIT();
- display.display();
- delay(500);
- display.setTextSize(3.5);
- display.setCursor(23, 9);
- display.clearDisplay();
- EINHEIT();
- display.display();
- delay(300);
- }
Add Comment
Please, Sign In to add comment