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.
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.
This pull request has changes conflicting with the target branch.
src/Bounce2.h
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Make pin that Bounce is attached to publicly accessible
Hi, why do you need to retrieve the pin number?
I need it too.
Saves 1B of RAM when you have to access pin number after Bounce is initialized.
I have to use :
right now.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.