Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 9, 2023
1 parent b0678a4 commit e18ed41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "is31fl3741"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Liz Frost", "Daniel Schaefer"]
categories = ["embedded", "no-std"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Right now there is only an example on how to use this crate with a stm32 nucleo.
To install this driver in your project add the following line to your `Cargo.toml`'s `dependencies` table:

```toml
is31fl3741 = "0.2.2"
is31fl3741 = "0.3.0"
```

By default this version will only contain the core driver.
To use a preconfigured device (currently just [Adafruit IS31FL3741 13x9 PWM RGB LED Matrix](https://www.adafruit.com/product/5201)),
you would need to change this line to include that device:

```toml
is31fl3741 = { version = "0.2.2", features = ["adafruit13x9"] }
is31fl3741 = { version = "0.3.0", features = ["adafruit13x9"] }
```

## Graphics
Expand Down

0 comments on commit e18ed41

Please sign in to comment.