You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
nice project, congratulations!
Do you know how I can do to add more two digits to show milliseconds?
I try it to add with
dig[6] = s/100;
dig[7] = s%100;
but show seconds not milli , how can I change the formula?
thank you in advance !
Hello,
nice project, congratulations!
Do you know how I can do to add more two digits to show milliseconds?
I try it to add with
dig[6] = s/100;
dig[7] = s%100;
but show seconds not milli , how can I change the formula?
thank you in advance !