v0.2.0
First release of prebuilt package.
Changed
libx52_init
now returns alibx52_error_code
, and returns the
libx52_device
pointer in an output parameter.- All libx52 APIs now return a
libx52_error_code
indicating the error. - libx52 now checks the version of libusb and calls the appropriate method
to set logging level. - x52test has an option to not sleep between consecutive calls to the libx52
APIs.
Fixed
libx52_write_time
handling of large timezone offsets.
Full Changelog: v0.1.2...v0.2.0