summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-21 09:38:24 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-21 09:38:24 +0100
commitcda5124c13da18b0a24d6b8ade01a05f9f7e2f9a (patch)
tree1af8997b9159f6225fcfec45abaa4c1d9d8f5d07 /Cargo.toml
parent5485d9655e2ab3a6d04e5f69b246f5db4d2c5936 (diff)
downloadads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.tar.gz
ads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.tar.xz
ads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.zip
Add keyword
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 2a15f77..a0a3c20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ 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 and ADS1115."
readme = "README.md"
-keywords = ["adc", "analog", "driver", "embedded-hal-driver"]
+keywords = ["adc", "analog", "driver", "i2c", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]
homepage = "https://github.com/eldruin/ads1x1x-rs"
documentation = "https://docs.rs/ads1x1x"