Advertisement
hidromotic

G04_V

Apr 11th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. //G04_V
  2. void ActualizaVisorTpoTransicion(void)
  3. {
  4. char lcd_data [10];
  5. lcd.setCursor (12, 1);
  6.  
  7. sprintf (lcd_data, "Time: %d", tpo_arranque_ms);
  8. lcd.print (lcd_data);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement