Possible typo?
UpdateDisplay()
greg
void loop()
{
getSerialString() // uses serial.available to pull in the serial data
parser() // this parses the data
wait for 1PPS tick to go high
if there has been a clock message, updateDispay() // update the display
}
Sent from iPad Air
Possible typo?
UpdateDisplay()
greg
===
void loop()
{
getSerialString() // uses serial.available to pull in the serial data
parser() // this parses the data
wait for 1PPS tick to go high
if there has been a clock message, updateDispay() // update the display
}
===
Sent from iPad Air