How to write/read different pins defined on the spiff?

I think the only tool that will work for you is BLYNK_WRITE_DEFAULT()
This returns a parameter which tells you which virtual pin was the source of the BLYNK_WRITE command.

I used it in this example as a neat(ish) way to streamline my code.

Pete.

2 Likes