LCD interface problem
dear all.
here attaching code.please let me know how solve issue. problem trying set latitude keypad. while changing latitude lcd display directly goes date , time display.
lcdclock4 example code : working fine
code2 mine code facing problem
here attaching code.please let me know how solve issue. problem trying set latitude keypad. while changing latitude lcd display directly goes date , time display.
lcdclock4 example code : working fine
code2 mine code facing problem
because of this?
where source of "timestatus" ?
code: [select]
if(serial.available() )
{
processsyncmessage();
}
else
if(timestatus()== timenotset)
where source of "timestatus" ?
Arduino Forum > Using Arduino > Programming Questions > LCD interface problem
arduino
Comments
Post a Comment