Skip to content

Commit

Permalink
docs: adjust name
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jul 5, 2024
1 parent c80b56e commit f03c6e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "embedded-driver-template"
description = "A rust-embedded driver template"
name = "at24cx"
description = "A rust-embedded async driver for the Atmel AT24Cx eeprom storage family"
categories = ["embedded", "hardware-support", "no-std"]
documentation = "https://docs.rs/embedded-driver-template"
documentation = "https://docs.rs/at24cx"
authors = ["Chris Maniewski"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/atovproject/embedded-driver-template"
repository = "https://github.com/atovproject/at24cx"

[dependencies]
embedded-hal-async = "1.0"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![crates.io](https://img.shields.io/crates/d/embedded-driver.svg)](https://crates.io/crates/embedded-driver)
[![crates.io](https://img.shields.io/crates/v/embedded-driver.svg)](https://crates.io/crates/embedded-driver)
[![Documentation](https://docs.rs/embedded-driver/badge.svg)](https://docs.rs/embedded-driver)
[![crates.io](https://img.shields.io/crates/d/at24cx.svg)](https://crates.io/crates/at24cx)
[![crates.io](https://img.shields.io/crates/v/at24cx.svg)](https://crates.io/crates/at24cx)
[![Documentation](https://docs.rs/at24cx/badge.svg)](https://docs.rs/at24cx)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.63+-blue.svg)

# `embedded-driver-template`
# `at24cx`

> A rust-embedded driver template to get you started
> A rust-embedded async driver for the Atmel AT24Cx eeprom storage family
## [API reference]

[API reference]: https://docs.rs/embedded-driver
[API reference]: https://docs.rs/at24cx

## Minimum Supported Rust Version (MSRV)

Expand Down

0 comments on commit f03c6e4

Please sign in to comment.