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

BlynkTimer Implementation #26

Closed BradenM closed 5 years ago

BradenM commented 5 years ago

Added most important functionality for an implementation of BlynkTimer, and an example. Keeps true to BlynkTimer/SimpleTimer but with Python snake_case.

Wasn't sure if you would prefer another module like this, or just to tack it onto BlynkLib.

I can make any additions/changes you would like if needed. Thanks.

vshymanskyy commented 5 years ago

Thanks! Merged in