Gunner
August 12, 2018, 4:38am
21
I can’t write your code for you.
The “good” code you show appears to be in Python? So either use Blynk’s Python library or figure out the proper way to control your motors with C++… THEN add in the Blynk interface.
NOTE Blynk Python is still in Alpha
Hi all.
Here’s an alpha version of what is Blynk library for Python (this one uses a bi-directional TCP connection, not HTTP API).
Please note that it’s not production ready and I hope for active contributions from our community - unfortunately I don’t have too much time to develop it.
EXPERT USE ONLY!
Anyway, this is inline with Blynk ideas (as you would expect): simple to use, extensible API, good hardware support (no dependencies), etc.
What do you think?