* Fixed mixed up idle state polarity * Fixed extra first-pulse from idle Thanks ladyada
3.0.4
This should help with future proofing some libraries. Thanks theacodes
3.0.3
This will hopefully help with the SpiDev version issues.
3.0.2
Thread locking was added for thread safety when the I2C class is used in a with statement thanks to hamishmb
3.0.1
* Add check for allowable FT232H SPI modes
3.0.0
**Potentially Breaking Release** This release has updated the error types returned if an I2C, SPI, or UART bus isn't available from busio. It has changed from **NotImplementedError** to **ValueError**. If you have code that relies on that, it will need to be updated.