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 d263b09 commit 319072dCopy full SHA for 319072d
CHANGELOG.md
@@ -11,10 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- New `DisplayError` variant `RSError` to use with problems with the display's reset signal
13
- New `DisplayError` variant `OutOfBoundsError` to use when writing to a non-existing pixel outside the display's bounds
14
+- parallel-gpio: New `OutputBus` trait
15
+- parallel-gpio: Added `Generic8BitBus`, an implementation of `OutputBus`
16
17
### Changed
18
19
- Return `DCError` instead of `BusWriteError` on errors (de-)asserting the DC signal in 8-bit GPIO interfaces
20
+- **Breaking** parallel-gpio: `PGPIO8BitInterface` now uses any 8-bit impementation of `OutputBus` instead of 8 individual pins
21
22
## [v0.4.0] - 2020-05-25
23
0 commit comments