Lab_interaccio/2011/QAN_v2/lcd.ino
Miguel Angel de Heras 451795bb92 Second commit
2025-03-05 15:57:19 +01:00

11 lines
127 B
C++

void lcdInit()
{
lcd.clear();
lcd.print("QAN prototype v1");
lcd.setCursor(0,1);
lcd.print("Press key *ABCD");
}