Pin numbers in BLYNK_WRITE()

Interesting that you have to supply a real number as an argument for BLYNK_WRITE. I could not figure out why this function wasn’t getting called. Reason was that I had a #define for the pinNumber and then used the #define variable for the argument.

1 Like

@vshymanskyy, it’s an interesting question. Can we change pins on the go?

Let me check several possibilities…

Hi. Please check on the latest version on master branch.
Specifying pins with #define should work now. thanks.

1 Like

Yeah!

You see, @iitgrad how we work at Blynk :wink: From idea to implementation - 1 day
!
@vhymanskyy :pray:

2 Likes