We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello folks, There is a bug in typecasting timing registers. Time periods are being typecast as uint8_t but passed in as unsigned long.
uint8_t
unsigned long
Will post a pull request after some more testing.