vshymanskyy / blynk-library-python

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

Add digital write direct mapping function for ESP8266/ESP32 #41

Closed codemee closed 3 years ago

codemee commented 4 years ago

Add digital write direct mapping function for ESP8266/ESP32 so that you can set widgets in Blynk to send 0/1 to phisical pins without using virtual pins.

vshymanskyy commented 3 years ago

This is cool, however in Blynk 2.0 we do not have Analog/Digital pins yet. When we add them back, I'll try to provide some examples (but this probably won't be part of the core protocol implementation). Thanks for your contribution!