2

I would like to make a hour counter for a particular machine.I have a problem in coding.arduino internal clock can work only till 49 days.my hour counter should calculate 150+ hours.I thought of using a condition to store a particular value and add with next value.How can I code adding values to a variable

Pavan Hari
  • 21
  • 1
  • If you make a `millis()` based timer, and use it like the `BlinkWithoutDelay` sketch does, then you shouldn't have a problem. I think the `BlinkWithoutDelay` sketch comes with the Arduino IDE. – VE7JRO Mar 18 '19 at 01:27

0 Answers0