Hey, im new to Arduino and kind of new to programming. I am on internship right now where i thought i will be doing web dev, but at the end i ended up with arduino and prototyping. I've had to copy existing device. I did it.I hard coded in stupid way all of it but then i hit roadblock with editing timers of different phases. Still trying to hard code it would be extremaly stupid so i jump into tutorials about classes and objects, right now im studying it. My idea was to make class that would let me to create 3 objects. Each one with name,hour,min,sec. At first created in code. Example
Phase Aeration("Aeration", 05,00,00);
Phase Fallout("Fallout",06,00,00);
But i have one question about that approach. Would it be possible and how to edit this 3 numbers. I need to make this default at the begin but let user change it. I have prepared menu for it already. But i cant find information if objects after being created can be edited in this scenario with two buttons, one that add 05 min and second subtract 05min.
Im sorry if that question or approach is stupid. I always try not to spam various forums and do my own research but this time i am in a hurry