A.
WidgetBridge bridge1(V1); or
B.
WidgetBridge bridge1(V1,V2,V3); not used
Use the first option with multiple virtual pins, is this correct?
Tk The second option does not work, and the first embodiment can not add?
Although everything works fine to the first embodiment with multiple virtual pins, but is it correct?
What are you trying to achieve with this command? Have you read Introduction - Blynk Documentation?
you are all smart, you do not see a simple, transmit data to multiple virtual pins.
Please follow documentation I gave you. There is example of how you can use multiple virtual pins for bridge.
worked several virtual pins across the bridge, but I was confused by this line code
WidgetBridge bridge1(V1);
WidgetBridge bridge1 (any Vpin?);
Agree. This is a bit confusing. You may consider this as connection channel between device 1 and device 2. Once you initialized bridge you can send any command to any pin.
1 Like