Initially started this branch to correct the printf formatting codes (%u when should be %lu since millis() returns an unsigned long int, not an unsigned int) then though I'd also tidy up some splelling mistakes and whitespace. I've deliberately not touched the main code yet, that will be the topic of another PR if this is well received. I'll also open two issues as a result of skimming through the code, one easily fixed, the other I'm not sure of... depends on the cause of the issue.
Initially started this branch to correct the printf formatting codes (%u when should be %lu since
millis()
returns an unsigned long int, not an unsigned int) then though I'd also tidy up some splelling mistakes and whitespace. I've deliberately not touched the main code yet, that will be the topic of another PR if this is well received. I'll also open two issues as a result of skimming through the code, one easily fixed, the other I'm not sure of... depends on the cause of the issue.