Sorry for the slow reply, been away and didn't have an internet connection...
If you have a multimeter, measure the resistance of a relay coil
Tried it and got a value of 1, which can't be right... So I'm not sure what to do about that. Should I be checking while it's switching? Or is just putting a multimeter across it okay? Sorry for my poor knowledge on this...
Thanks again CrossRoads, I am trying my hardest to understand what is going on, fear I may have jumped in at the deep end...
I understand all the if's apart from the last two
if (ones_hours == 10){
ones_hours = 0;
tens_hours = tens_hours +1;
why can't it equal 12? And then for turning all my relays on would I just write something like,
if 10< x <15 turn led10 on...
I know that's not how you'd code it but is that what replace the serial.print?
Thanks again
