Guest User

Untitled

a guest
Jan 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. void menu_select()
  2. {
  3. switch(menu_number)
  4. {
  5. case 1:
  6. lcd.setCursor(1,0);
  7. lcd.print(" SENSOR GERAL ");
  8. lcd.setCursor(0,1);
  9. lcd.print(" ");
  10.  
  11. lcd.setCursor(7,1);
  12. lcd.print(" ");
  13. lcd.setCursor(7,1);
  14. lcd.print(contador1);
  15.  
  16. break;
  17. }
  18. }
  19.  
  20. lcd.setCursor(7,1);
  21. lcd.print(" ");
  22. lcd.setCursor(7,1);
  23. lcd.print(contador1);
Add Comment
Please, Sign In to add comment