heidepower

Untitled

May 1st, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. for ( z=0 ; z<6 ; z++)
  2. {
  3. display.clearDisplay();
  4. display.setTextSize(3.5);
  5. display.setCursor(23, 9);
  6. display.println(Messwert);
  7. EINHEIT();
  8. display.display();
  9. delay(500);
  10. display.setTextSize(3.5);
  11. display.setCursor(23, 9);
  12. display.clearDisplay();
  13. EINHEIT();
  14. display.display();
  15. delay(300);
  16. }
Add Comment
Please, Sign In to add comment