From 14f02763ee3fda9efa6f0dc102cd1e415fb150b3 Mon Sep 17 00:00:00 2001 From: RogueM Date: Thu, 27 Oct 2016 01:44:01 +0100 Subject: [PATCH] i2c devices documented in yaml --- src/de/translate/sense-hat.md | 20 ++++++++++++++++++-- src/en/overlay/sense-hat.md | 20 ++++++++++++++++++-- src/es/overlay/sense-hat.md | 16 ++++++++++++++++ src/fr/translate/sense-hat.md | 20 ++++++++++++++++++-- src/it/translate/sense-hat.md | 20 ++++++++++++++++++-- src/tr/translate/sense-hat.md | 20 ++++++++++++++++++-- 6 files changed, 106 insertions(+), 10 deletions(-) diff --git a/src/de/translate/sense-hat.md b/src/de/translate/sense-hat.md index d8d5f8e..7dde74b 100644 --- a/src/de/translate/sense-hat.md +++ b/src/de/translate/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' @@ -39,6 +55,6 @@ The shift register driving the LED Matrix is a LED2472G connected via an ATTINY8 The sensors themselves also operate over the i2c bus: -The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88. +The IMU (Accelerometer and Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e) and 0x6a(0x6b), with Interrupts on the ATTINY88. -Environmental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus. +Environmental sensors are represented by a LPS25H Pressure/Temperature sensor at address 0x5c and by a HTS221 Humidity/Temperature sensor at 0x5f on the i2c bus. diff --git a/src/en/overlay/sense-hat.md b/src/en/overlay/sense-hat.md index d8d5f8e..7dde74b 100644 --- a/src/en/overlay/sense-hat.md +++ b/src/en/overlay/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' @@ -39,6 +55,6 @@ The shift register driving the LED Matrix is a LED2472G connected via an ATTINY8 The sensors themselves also operate over the i2c bus: -The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88. +The IMU (Accelerometer and Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e) and 0x6a(0x6b), with Interrupts on the ATTINY88. -Environmental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus. +Environmental sensors are represented by a LPS25H Pressure/Temperature sensor at address 0x5c and by a HTS221 Humidity/Temperature sensor at 0x5f on the i2c bus. diff --git a/src/es/overlay/sense-hat.md b/src/es/overlay/sense-hat.md index c561c20..26d7d08 100644 --- a/src/es/overlay/sense-hat.md +++ b/src/es/overlay/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' diff --git a/src/fr/translate/sense-hat.md b/src/fr/translate/sense-hat.md index d8d5f8e..7dde74b 100644 --- a/src/fr/translate/sense-hat.md +++ b/src/fr/translate/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' @@ -39,6 +55,6 @@ The shift register driving the LED Matrix is a LED2472G connected via an ATTINY8 The sensors themselves also operate over the i2c bus: -The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88. +The IMU (Accelerometer and Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e) and 0x6a(0x6b), with Interrupts on the ATTINY88. -Environmental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus. +Environmental sensors are represented by a LPS25H Pressure/Temperature sensor at address 0x5c and by a HTS221 Humidity/Temperature sensor at 0x5f on the i2c bus. diff --git a/src/it/translate/sense-hat.md b/src/it/translate/sense-hat.md index d8d5f8e..7dde74b 100644 --- a/src/it/translate/sense-hat.md +++ b/src/it/translate/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' @@ -39,6 +55,6 @@ The shift register driving the LED Matrix is a LED2472G connected via an ATTINY8 The sensors themselves also operate over the i2c bus: -The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88. +The IMU (Accelerometer and Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e) and 0x6a(0x6b), with Interrupts on the ATTINY88. -Environmental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus. +Environmental sensors are represented by a LPS25H Pressure/Temperature sensor at address 0x5c and by a HTS221 Humidity/Temperature sensor at 0x5f on the i2c bus. diff --git a/src/tr/translate/sense-hat.md b/src/tr/translate/sense-hat.md index d8d5f8e..7dde74b 100644 --- a/src/tr/translate/sense-hat.md +++ b/src/tr/translate/sense-hat.md @@ -27,6 +27,22 @@ pin: mode: i2c '5': mode: i2c +i2c: + '0x5c': + name: Pressure/Temp + device: lps25h + '0x5f': + name: Humidity/Temp + device: hts221 + '0x6a': + name: Accelerometer + device: lsm9ds1 + '0x1c': + name: Magnetometer + device: lsm9ds1 + '0x46': + name: LED Matrix + device: led2472g install: 'devices': - 'i2c' @@ -39,6 +55,6 @@ The shift register driving the LED Matrix is a LED2472G connected via an ATTINY8 The sensors themselves also operate over the i2c bus: -The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88. +The IMU (Accelerometer and Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e) and 0x6a(0x6b), with Interrupts on the ATTINY88. -Environmental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus. +Environmental sensors are represented by a LPS25H Pressure/Temperature sensor at address 0x5c and by a HTS221 Humidity/Temperature sensor at 0x5f on the i2c bus.