Skip to content

Commit

Permalink
Merge pull request #7 from phip1611/issue-6-spidev-update
Browse files Browse the repository at this point in the history
Issue 6 spidev update
  • Loading branch information
phip1611 authored Feb 22, 2021
2 parents 6ab5555 + 44e345b commit c075202
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 1.0.1
Updated to SpiDev 0.4.1.

# 1.0.0
Don't expose SpiDev rate anymore. There is now a nice wrapper struct called `WS28xxAdapter`.
Don't expose SpiDev anymore. There is now a nice wrapper struct called `WS28xxAdapter`.
New minimal code:

```
Expand Down
42 changes: 20 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ws2818-rgb-led-spi-driver"
description = "Simple, stripped down, educational driver for WS28XX (WS2811) RGB LED (chains). It uses SPI device for timing/clock. Needs Linux and works definitely on Raspberry Pi."
version = "1.0.0"
version = "1.0.1"
authors = ["Philipp Schuster <[email protected]>"]
edition = "2018"
exclude = [
Expand All @@ -19,4 +19,4 @@ documentation = "https://docs.rs/ws2818-rgb-led-spi-driver/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
spidev = "0.4.0"
spidev = "0.4.1"

0 comments on commit c075202

Please sign in to comment.