diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-21 09:38:24 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-21 09:38:24 +0100 |
commit | cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a (patch) | |
tree | 1af8997b9159f6225fcfec45abaa4c1d9d8f5d07 /Cargo.toml | |
parent | 5485d9655e2ab3a6d04e5f69b246f5db4d2c5936 (diff) | |
download | ads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.tar.gz ads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.tar.xz ads1x1x-async-cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a.zip |
Add keyword
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |