Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //G04_V
- void ActualizaVisorTpoTransicion(void)
- {
- char lcd_data [10];
- lcd.setCursor (12, 1);
- sprintf (lcd_data, "Time: %d", tpo_arranque_ms);
- lcd.print (lcd_data);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement