em-foundation / zigem-dev

See https://blog.zigem.tech to learn more.
MIT License
0 stars 0 forks source link

EpochTime.getCurrent() doesn't appear to return valid subSeconds value #23

Open gcohler opened 6 days ago

gcohler commented 6 days ago

It's not clear to me, but it seems as though the subSeconds value is not valid.

biosbob commented 5 days ago

will add methods into EpochTime which convert (secs, subs) into milleseconds

gcohler commented 5 days ago

Added new subSecondsToMs method that returns milliseconds -- which is more comprehensible.

biosbob commented 4 days ago

this method needs to move into some interface – either UptimerI or WakeupTimerI.... we can use the former (for now) since EpochTime uses a proxy of that type....

gcohler commented 4 days ago

I'd suggest making a new issue for the new changes. But that's up to you.