Hi,
Does any of you know a list of clock functions of something? I have this Language Reference for arduino: arduino.cc/reference/en But there's nothing about time & date, so if any of you know where i can find such functions and commands it would be really nice.
My goal is to make a very simple arduino code, so a LED strip will turn on when the clock is for example 23:25 and turn off again at 04:14 and so the code will repeat that every time the clock becomes e.g. 23:25 again.
I also want to be able to make the LED light fade slowly in and out. (so it takes e.g. 5 min to fade into full brightness, and out again when it's suppose to turn off)
I am not a very good programmor so i really hope you guys can help me out, especially because i can't find any code with a time stamp that i can edit INSIDE the code.
If you write any code, can you then please make a comment next to the code that explains what every line of code does? That helps me understand how it works.
Thanks