How to add an attachInterrupt using a virtual pin

If you are talking about a widget button attached to a virtual pin then the answer is yes, a callback called BLYNK_WRITE(vPinNumber) is triggered.
You can then get the value of the virtual button (normally 0 or 1 in the case of a button widget).

You should read this for more info…

Pete.

1 Like