Added
- interface for digital potentiometers and implementation for MCP4017/18/19
- ST L6924 battery charger implementation
- STC3115/17 gas gauge implementation, to be completed.
- general test suite helper to ease testing driver implementations.
- convenience function ErrorCode.isOk()
- battery.Level.fromPercentage() to do the conversion
Fixed
- documented design decisions on error codes vs. exceptions and the order of return values.