summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:56:46 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:56:46 +0100
commit334c0d2352efd751dddd10db1315c144fcfe8b28 (patch)
tree155655c3930e8ae4835e0f6eafdc537db503046e /Cargo.toml
parenta31ec76eafbcce1ea2593d0578490653b7fb003d (diff)
downloadads1x1x-async-334c0d2352efd751dddd10db1315c144fcfe8b28.tar.gz
ads1x1x-async-334c0d2352efd751dddd10db1315c144fcfe8b28.tar.xz
ads1x1x-async-334c0d2352efd751dddd10db1315c144fcfe8b28.zip
Remove references to ADS1x18
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 d912552..5bd26a8 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 ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115, ADS1018 and ADS1118."
+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 and ADS1115."
readme = "README.md"
keywords = ["adc", "analog", "driver", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]