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
The gpioSetTimerFunc documentation suggests a timer can be canceled by simply passing null as the function parameter. However, this results in a soft error related to the millis parameter range. If the function parameter is null, the check for PI_MIN_MS should probably be skipped.
The text was updated successfully, but these errors were encountered:
Without having checked the source, this sounds reasonable. Would you care to submit a pull request? I will merge it to the develop branch soon after and whenever the next release is made - likely toward the end of year- it'll get merged into master.
The gpioSetTimerFunc documentation suggests a timer can be canceled by simply passing null as the function parameter. However, this results in a soft error related to the millis parameter range. If the function parameter is null, the check for PI_MIN_MS should probably be skipped.
The text was updated successfully, but these errors were encountered: