Skip to content

Improve documentation for timestamps #59

@AlexandreLaborde

Description

@AlexandreLaborde

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions