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
As normal, I declare a Virtualpin like your example: var v1 = new blynk.VirtualPin(1);
If I have "some" virtualpin, it's fine, but in case of many pins, about 40 - 50 pin? Is there any way to more quick and easier to declare a virtual pin instead of write 40 - 50 lines ? I know this is personal question, but hope you can help me.
The text was updated successfully, but these errors were encountered:
As normal, I declare a Virtualpin like your example:
var v1 = new blynk.VirtualPin(1);
If I have "some" virtualpin, it's fine, but in case of many pins, about 40 - 50 pin? Is there any way to more quick and easier to declare a virtual pin instead of write 40 - 50 lines ? I know this is personal question, but hope you can help me.
The text was updated successfully, but these errors were encountered: