Skip to content

Conversation

straccio
Copy link

@straccio straccio commented Jan 10, 2017

In arduino due using std::function for a callback
for example:
std::function<void()> int_func =std::bind(&button::press,this); attachInterrupt(digitalPinToInterrupt(pin),int_func,FALLING);

A way to add member function for an interrupt callback.

std::function<void()> int_func =std::bind(&button::press,this);
attachInterrupt(digitalPinToInterrupt(pin),int_func,FALLING);
@straccio straccio changed the title Member function in attachInterrupt callback Arduino due member function in attachInterrupt callback Jan 10, 2017
@facchinm
Copy link
Member

Moved to arduino/ArduinoCore-sam#8

@facchinm facchinm closed this Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Board: Arduino Due Applies only to the Due
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants