Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rmt): Solve neopixel issue #9906

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Commits on Jun 20, 2024

  1. feat(rmt): Solve neopixel issue

    if neopixelWrite() is used from different tasks/isr_callbacks, it may result in a concurrency problem and many detach/attach calls in sequence, but not in synch.
    
    This commit avoids initializing the neopixel GPIO again.
    SuGlider authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ac0fc7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7156fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75ba8bb View commit details
    Browse the repository at this point in the history