Unable to find numeric literal operator.请问怎么解决这个问题
lcd.print(%);和lcd.print(C);这两句写错了,要是打印字符串,得用引号括起来
lcd.print(%);
lcd.print(C);