Skip to content

CH347-HIDAPI pypi liberary - v0.2.0

Compare
Choose a tag to compare
@i2cy i2cy released this 08 Jan 13:45
· 7 commits to master since this release

2024-01-08

  1. Added independent I2C interface class objects (I2CDevice) and SPI interface class objects (SPIDevice)
  2. Added new demo file demo.py to demonstrate the usage of classes added above (simplified code)
  3. Added device lock to make thread safe