Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for timestamps #59

Open
AlexandreLaborde opened this issue Nov 5, 2024 · 0 comments
Open

Improve documentation for timestamps #59

AlexandreLaborde opened this issue Nov 5, 2024 · 0 comments

Comments

@AlexandreLaborde
Copy link

The timestamp calculation in documentation can lead to misinterpretations.
On https://harp-tech.org/protocol/BinaryProtocol-8bit.html#microseconds-2-bytes it is described that Timestamp(s) = [Seconds] + [Microseconds] * 32 * 10-6.

Having it written as Timestamp(s) = [Seconds] + [Microseconds] * 32E-6 would be more clear and help preventing mistakes as the original version can also be interpreted as [Microseconds] * 32 * 10E-6 which is wrong.

@bruno-f-cruz bruno-f-cruz transferred this issue from harp-tech/harp-tech.github.io Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant