We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a127f4f commit 5eb4bdbCopy full SHA for 5eb4bdb
CHANGELOG.md
@@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Added implementation of transactional SPI and I2C traits.
13
14
### Changed
15
16
+- Updated `embedded-hal` to version 0.2.6.
17
- Set default features to build both sysfs and cdev pin types
18
- Removed `Pin` export, use `CdevPin` or `SysfsPin`
19
@@ -41,7 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
41
46
42
47
### Added
43
48
44
-- implementation of the unproven `embedded_hal::::digital::InputPin` trait.
49
+- implementation of the unproven `embedded_hal::::digital::InputPin` trait.
45
50
51
## [v0.2.0] - 2018-05-14
52
0 commit comments