- Add serial+I2C operating modes to read_iss_mode()
- BREAKING CHANGE: Use 7-bit I2C device addresses
- BREAKING CHANGE: Remember the previous IO state in the setup_* methods (thanks SamP20)
- BREAKING CHANGE: Improve the serial mode API
- Add verbose logging option
- Fix Python2 serial interface
- Add SPI support
- Add Serial UART support
- Improve test coverage
- Add SPI, Serial and IO setup methods
- Fix and test Travis PyPI auto-deploy
- Generate documentation
- Add dummy driver option for test purposes
- Configure I/O as input by default
- Add i2c.read/write aliases for read_ad1/write_ad1
- Update setup_i2c to split out clk_khz and use_i2c_hardware parameters
- Initial release