Hey guys hoping for some simple answers before diving into this project.
The basic idea is an arduino is hooked up to 2 motors that will fill and drain a reservoir on specific internals.
What is the best way to use timers in this application? The intervals may be long (12hrs)
Would delay() calls be clunky? Would i2c Real time clocks be overkill?
I will have the program displaying data (and eventually a menu) over LCD, I need a timer function that will still read button presses.
Thanks in advanced for any insight. I'm slowly catching on to best practices.