You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on line 112
has a function declaration
"void attachInterruptParam(pin_size_t interruptNumber, voidFuncPtrParam callback, PinStatus mode, void* param);"
but there are not definitions for this function from what I could find.
The text was updated successfully, but these errors were encountered:
The file under
api/Common.h
on line 112
has a function declaration
"void attachInterruptParam(pin_size_t interruptNumber, voidFuncPtrParam callback, PinStatus mode, void* param);"
but there are not definitions for this function from what I could find.
The text was updated successfully, but these errors were encountered: