Hi All,
Has anyone written some code to correct for a fast/slow clock? In the IN-17 code, nonentity has:
// Get time in seconds.
long time = (runTime) / 1000; //////////change this value to speed up or slow down the clock
So I guess I get that, if for example my clock was 7 minutes fast per six month period, and there are 259200 minutes in a six month period, then I should...?
I can work out a time correction code, but before I do, has anyone already done this? Just hate to duplicate labor.
thx!