Skip to content

v0.7.0

Compare
Choose a tag to compare
@golemparts golemparts released this 26 Jun 12:11
· 778 commits to master since this release
0.7.0
ebc1b6a
  • DeviceInfo: (Breaking change) Remove Error::CantAccessProcCpuInfo.
  • DeviceInfo: Add additional options to automatically identify the Pi model when /proc/cpuinfo contains inaccurate data.
  • Gpio: (Breaking change) Remove Error::ChannelDisconnected.
  • I2c: Add support for I2C with basic read/write, block read/write, and write_read.
  • I2c: Add support for SMBus with Quick Command, Send/Receive Byte, Read/Write Byte/Word, Process Call, Block Write, and PEC.
  • Reduce external dependencies.