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

rp2040 check for available pio instruction memory #381

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf98df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9805a4f View commit details
    Browse the repository at this point in the history
  3. Fix constructor with parameters

    Strip did not work when rp2040 was used and the object was created with the constructor with parameters. (Output pin must be configured as output before the SM is started!)
    bbacskay committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4e7659f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edbac19 View commit details
    Browse the repository at this point in the history
  5. Fix rp2040Init() not called when instantiated with the parameterless …

    …constructor
    
    Call of the rp2040Init() is moved to the setPin method.
    bbacskay committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8d224c7 View commit details
    Browse the repository at this point in the history