-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Hello,
I am using this package during my experiments and have run into one issue. I am reading data from an instrument and it returns it as either an int8 or int16. From what I can tell the read function only returns uint8 values, is there a way to get it to read it as int8 or int16? My values can be negative so I kinda need that sign. Thanks in advance!
EDIT: I fixed the issue by shifting things manually. But I think the option would be nice if possible
Reactions are currently unavailable