4 events
when toggle format what by license comment
Apr 2, 2020 at 8:46 comment added bobsburner Using millis() for this may cause the devices to lose sync, as millis() does not increment when interrupts are disabled.
Aug 9, 2017 at 7:14 comment added user31481 Good idea, but you don't need a RTC. You can sync Arduinos at start, so millis() - offset gives the same result (+/- some drift) for all Arduinos involved. The offset is the value of local millis() when an Arduino receive the sync signal from master Arduino. For a game that last one or two hours will be enough.
Aug 8, 2017 at 23:47 review Late answers
Aug 8, 2017 at 23:48
Aug 8, 2017 at 23:30 history answered Squats CC BY-SA 3.0