From 6bf21a23e7f6974ea019688c10655e479d25fd04 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 18 Oct 2018 15:43:21 -0700 Subject: [PATCH] kx122: fixed description string in sensor JSON Signed-off-by: Mihai Tudor Panu --- src/kx122/kx122.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/kx122/kx122.json b/src/kx122/kx122.json index 6e4d19e8..14f0d5b0 100644 --- a/src/kx122/kx122.json +++ b/src/kx122/kx122.json @@ -4,10 +4,7 @@ "Sensor Class": { "KX122": { "Name": "Kionix KX122 tri-axis accelerometer sensor", - "Description": "This is the UPM Module for the Kionix KX122 accelerometer sensor. - The Kionix KX122 sensor is a multifunctional sensor that provides a multitude if different functionality - in addition to the basic accelerometer functionality. The sensor has 2 interrupt pins, - that can be used to detect various interrupts. The Sensor has an additional sample buffer that can be configured.", + "Description": "This is the UPM Module for the Kionix KX122 accelerometer sensor. The Kionix KX122 sensor is a multifunctional sensor that provides a multitude if different functionality in addition to the basic accelerometer functionality. The sensor has 2 interrupt pins, that can be used to detect various interrupts. The Sensor has an additional sample buffer that can be configured.", "Categories": ["acceleration"], "Connections": ["i2c,spi"], "Project Type": ["prototyping", "commercial"],