What are the results expected and what did you get?
Arduino compiler does floats (32 bits) so why
60000000 => 60000000UL
make it explicit an unsigned long to start with.
What are the results expected and what did you get?
Arduino compiler does floats (32 bits) so why
60000000 => 60000000UL
make it explicit an unsigned long to start with.