time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] TruePosition and Arduino Progress

GB
Gregory Beat
Sun, May 21, 2017 5:49 PM

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