Skip to content

ADC output silently wraps for bits > 16 #89

Description

@ameoli

The final astype(int16) combined with an unbounded bits field (ge=1) means bits=18 near full scale wraps to sign-flipped garbage; either store int32 or cap bits at 16.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions