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

Add get_pin to bounce object #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kingjin94
Copy link

Make pin that Bounce is attached to publicly accessible

Make pin that Bounce is attached to publicly accessible
@thomasfredericks
Copy link
Owner

Hi, why do you need to retrieve the pin number?

@matkor
Copy link

matkor commented May 16, 2021

I need it too.
Saves 1B of RAM when you have to access pin number after Bounce is initialized.
I have to use :

class BounceExt: public Bounce
{
  public:
    uint8_t get_pin() {
      return pin;
    }
};

right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants