Skip to content

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