What's Changed
- RC 1.2.48 by @semuadmin in #167
- Add helper methods
val2twoscomp
andval2signmag
to convert signed integer to appropriate two's complement or sign magnitude binary representation. Can be helpful when populating UBX ESF-MEASdataField
values such as speed or wheel tick, as these use both varieties of signed integer representation.
Full Changelog: v1.2.47...v1.2.48