vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

GPIO on ESP8266 #50

Closed segallis closed 3 years ago

segallis commented 3 years ago

In my blynk app I am only able to get virtual pins working with this library, the actual GPIO - GPIO2 is connected to the onboard LED, for example - do not respond to blynk app buttons. Are the GPIO implemented in this library, or just the virtual pins?

vshymanskyy commented 3 years ago

Currently there are only virtual pins. On Blynk 2.0 Analog/Digital pins are not yet available, but when they are - I'll try to provide some examples