vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.

Home Page:https://blynk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPIO on ESP8266

segallis opened this issue · comments

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?

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