Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat all sensor values and signed integers
Based on @dlech's suggestion that in LEGO BT protocol all sensor values are signed, this commit changes `Peripheral._convert_bytes()` to treat values as signed (as opposed to unsigned). This commit fixes issue #7.
- Loading branch information