diff options
-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" |