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

Neopixel fix #8845

Merged
merged 7 commits into from
Nov 9, 2023
Merged

Neopixel fix #8845

merged 7 commits into from
Nov 9, 2023

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    993b43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e00eed View commit details
    Browse the repository at this point in the history
  3. neopixelWrite uses Peirpheral Manager now

    The function can now be used for many GPIOs in the same sketch by using Peripheral Manager attach/detach, not being necesary to worry about initialization.
    SuGlider committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    167b1f3 View commit details
    Browse the repository at this point in the history
  4. improve error message

    SuGlider committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    88d786f View commit details
    Browse the repository at this point in the history
  5. check if pin is RGB_BUILTIN

    SuGlider committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0567715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    631d2fd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    a570516 View commit details
    Browse the repository at this point in the history