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
Currently, PWM is not thread safe. An issue could arise when multiple processes access the same PWM pin at once. This is a non-standard use case, so it likely wasn't considered much when the PWM module was implemented.
This issue is similar to previous thread-safety fixes in I2C and SPI.
The text was updated successfully, but these errors were encountered:
Currently, PWM is not thread safe. An issue could arise when multiple processes access the same PWM pin at once. This is a non-standard use case, so it likely wasn't considered much when the PWM module was implemented.
This issue is similar to previous thread-safety fixes in I2C and SPI.
The text was updated successfully, but these errors were encountered: