Skip to content

Releases: Gekkio/mcp2210-rs

v0.2.0

12 Dec 18:46
461b3f7
Compare
Choose a tag to compare

Added

  • Debug implementation for UsbParameters
  • New example: info, which dumps all information and state from MCP2210

Changed

  • Improved loopback example
  • Improved example code in README
  • Switched from libudev + raw hidraw (Linux only) to hidapi, which works on macOS and Windows too. Breaking change
  • Many functions in the API have been redesigned. Breaking change
  • Bump MSRV to 1.63