Blynk.run(); class file location

Dear All,

Can you please help me to find out Blynk.run(); class file location in the Blynk arduino library

why do you need it?

Just for study purpose , need to add more pins

Do you want explain further?

Pete.

Yes I would like study about Blynk library . I think some members do not like it

src/Blynk/BlynkProtocol.h
so I am curios how will this help you?

Thanks for the reply

Really I need ton know how GPIO 's are activate when Blynk.run(); function is running

Hope you will advice

If you think that modifying the Blynk library will give you more usable GPIOs on your ESP8266 then you are mistaken. Blynk simply works with the hardware that Espressif creates, and the limitations that I’ve pointed out to you in another topic are hardware rather than software related.

If you need more GPIOs then you either need to move to an ESP32 (the simpler option) or add an IO expansion board such as the MCP23017. This is a more complex and more expensive solution, but is documented here:

If you’re trying to achieve something different then I’d suggest you explain in more detail and we’ll try to point you in the right direction (but that almost certainly won’t involve hacking the Blynk libraries).

Pete.

1 Like

Better use ESP32 :stuck_out_tongue_winking_eye:

1 Like