All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
..
0.4.2 - 2021-11-24
- Use embedded hal v0.2.6
0.4.1 - 2021-05-07
- Move to github actions for build
- Fix lint settings and fix resulting warnings about missing docs
- Clean up examples
0.4.0 - 2020-07-19
- Remove deprecated API for sending commands
- Update dependencies to newer versions
0.3.1 - 2020-05-12
- Un-deprecate structs to prevent unneeded warnings
0.3.0 - 2020-05-12
- Add an example showing how to read DAC and EEPROM status
- Deprecate old-style API
0.2.2 - 2020-05-10
- Implement new simpler API for setting output and EEPROM registers instead of sending commands
- Update examples to use new API
- Rename Power and PowerMode to PowerDown to be more consistent
0.2.1 - 2020-05-08
- Add method for reading and parsing dac and eeprom status
0.2.0 - 2020-04-20
- Add destroy method for destroying the driver and retrieving the wrapped I2C instance
- Add wake-up and reset general call commands
- Added example for sending fastcommands
- Improved error handling
- Moved examples to separate bluepill-example project
- Documentation fixes
0.1.2 - 2019-06-09
- Documentation fixes
0.1.1 - 2019-06-04
- Added fastcommand for setting output register with just two bytes
- Improved documentation
0.1.0 - 2019-05-08
- Send basic command to set output and power down mode
- Example for sending basic commands