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

Bugfix/nlurkin #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Bugfix/nlurkin #19

wants to merge 3 commits into from

Commits on Mar 14, 2020

  1. Update README with requirements

    Nicolas Lurkin committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    42e487e View commit details
    Browse the repository at this point in the history
  2. Fix printing of TDCHit.

    The printing inverted the meaning of the leading/trailing bit.
    Nicolas Lurkin committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8731d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Fix trigger offset helper function

    Not only the last byte needs to be filled with 1 in case of negative
    number, but "therefore the sign bit must be extended to the full word in
    order to avoid mistakes" (V1190 documentation).
    one's complement + 1
    Nicolas Lurkin committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a26dd62 View commit details
    Browse the repository at this point in the history