inflop / Countimer

This is simple timer and counter Arduino library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change TimeSet

DEMaisterra opened this issue · comments

Hi. I really find usefull this library, intuitive and easy to implement. But I want to change the time, I´m working on arduino, and can´t get to the function to do so. It´s preseted on setup, but I wanted to change it on the way, on void loop, preseting with a potenciometer the minutes for example. I will appreciate any help. Thank´s.

You can do this by calling setCounter() method while counter already running.
Try this example -> sketch_feb04a.txt

I resolver it already but i maybe an interesting code to manage the clock
with only one potenciómeter. Later sentí it to you... Maybe can be useful.
Thanks. Best regalos.
David
El 04/02/2016 14:56, "infloper" notifications@github.com escribió:

You can do this by calling setCounter() method while counter already
running.
Try this example -> sketch_feb04a.txt
https://github.com/inflop/Countimer/files/117932/sketch_feb04a.txt


Reply to this email directly or view it on GitHub
#1 (comment).