Skip to content

Commit

Permalink
Fix SRAM chart for M23xv512
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Feb 11, 2021
1 parent d7bbc91 commit e2717bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "sram23x"
version = "0.3.0"
version = "0.3.1"
authors = ["Alexander Williams, On-Prem <[email protected]>"]
repository = "https://github.com/aw/sram23x"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Read the [API Documentation](https://docs.rs/sram23x) for more information.
| M23x640 | 8 KB | 64 Kbit | yes | [23A640/23K640] |
| M23x256 | 32 KB | 256 Kbit | yes | [23A256/23K256] |
| M23x512 | 64 KB | 512 Kbit | yes | [23A512/23LC512] |
| M23x512 | 64 KB | 512 Kbit | no | [23LCV512] |
| M23xv512 | 64 KB | 512 Kbit | no | [23LCV512] |
| M23x1024 | 128 KB | 1 Mbit | yes | [23A1024/23LC1024] |
| M23xv1024 | 128 KB | 1 Mbit | no | [23LCV1024] |

Expand All @@ -46,7 +46,7 @@ Include [library](https://crates.io/crates/sram23x) as a dependency in your Carg

```toml
[dependencies]
sram23x = "0.3.0"
sram23x = "0.3.1"
```

Some example usage:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Read the [API Documentation](https://docs.rs/sram23x) for more information.
| M23x640 | 8 KB | 64 Kbit | yes | [23A640/23K640] |
| M23x256 | 32 KB | 256 Kbit | yes | [23A256/23K256] |
| M23x512 | 64 KB | 512 Kbit | yes | [23A512/23LC512] |
| M23x512 | 64 KB | 512 Kbit | no | [23LCV512] |
| M23xv512 | 64 KB | 512 Kbit | no | [23LCV512] |
| M23x1024 | 128 KB | 1 Mbit | yes | [23A1024/23LC1024] |
| M23xv1024 | 128 KB | 1 Mbit | no | [23LCV1024] |
Expand All @@ -41,7 +41,7 @@ Include [library](https://crates.io/crates/sram23x) as a dependency in your Carg
```toml
[dependencies]
sram23x = "0.3.0"
sram23x = "0.3.1"
```
Some example usage:
Expand Down

0 comments on commit e2717bd

Please sign in to comment.