diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f82b77 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +Change Log +======= + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [unreleased] + +## [v0.2.3] + +- Added basic accelerometer example. Board in not populated so it is not complete, but + it provides a starting point +- Added ADC base library and example building on the new max116xx-10bit device driver crate