blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.39k forks source link

Add Chronometer widget - timer pressed button #348

Closed andregm3 closed 7 years ago

andregm3 commented 7 years ago

add a chronometer to for example keep a button pressed for 5 seconds and then release it.

andregm3 commented 7 years ago

like this app: https://play.google.com/store/apps/details?id=com.appshed.appcar

where you can create a list of tasks for a wheel robot to do.

like go foward 5 seconds

rotate left 2 seconds

dadasd

https://www.youtube.com/watch?v=Afxh7NwEbpw&feature=youtu.be

vshymanskyy commented 7 years ago

You can implement this easily with virtual pins, Terminal widget, etc.

doom369 commented 7 years ago

Maybe we will add such widget someday.