summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-04 21:38:08 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-04 21:38:08 +0100
commita502e4c40952777f0ac5f1fc759fe4f669d8500e (patch)
treec72a452c80d50c7c3aae30ae2f028014bfd756a9 /Cargo.toml
parentd863037e60340e9765c13bf707092dd32f958a42 (diff)
downloadads1x1x-async-a502e4c40952777f0ac5f1fc759fe4f669d8500e.tar.gz
ads1x1x-async-a502e4c40952777f0ac5f1fc759fe4f669d8500e.tar.xz
ads1x1x-async-a502e4c40952777f0ac5f1fc759fe4f669d8500e.zip
Shorten title for clarity
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e48b88..53ed203 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ads1x1x-rs"
license = "MIT OR Apache-2.0"
-description = "Platform-agnostic Rust driver for the ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115, ADS1018 and ADS1118 ultra-small, low-power analog-to-digital converters (ADC)."
+description = "Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115, ADS1018 and ADS1118."
readme = "README.md"
keywords = ["adc", "analog", "driver", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]