"Has Sync'ed" indication in the core registers #23
Unanswered
Poofjunior
asked this question in
Q&A
Replies: 1 comment
-
Related to harp-tech/protocol#8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
Is there a way to tell when a Harp device has synchronized from an external signal?
I'm imagining some sort of core register bit that gets set if the device has synchronized to at least one external sync signal since boot. This is useful because lots of future code could easily start scheduling times based on the device's local time upon setup. If the system synchronizes at some unknown later time, it's possible in some implementations that the scheduled times will be invalid. Being able to check against whether or not the current time was altered would at least give us the ability to change times on currently scheduled tasks when the local time has changed.
Beta Was this translation helpful? Give feedback.
All reactions