Bylnk Virtual Pin

Hii Blinkers,
I can receive a value from virtual pin but how can control aone virtual pin with other virtual pin. For example İf Receive 1 value from a button other button musnt work?

So you have 2 buttons and you don’t want them to be activated in the same time, am I right ?

Do a Blynk.virtualWrite(vPin, value) to virtual pin that you want to be the opposite of the button. You can use the logical NOT, an exclamation mark ! to write the opposite value.

Pete.