Closed yashmulgaonkar closed 1 year ago
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.
Thanks for reporting and the PR! Rolled into v3.0.5.
Hello folks, There is a bug in typecasting timing registers. Time periods are being typecast as
uint8_t
but passed in asunsigned long
.Will post a pull request after some more testing.