Home
last modified time | relevance | path

Searched +full:cdn +full:- +full:shop (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/accel/
Dmemsensing,msa311.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: MEMSensing digital 3-Axis accelerometer
11 - Dmitry Rokosov <ddrokosov@sberdevices.ru>
14 MSA311 is a tri-axial, low-g accelerometer with I2C digital output for
16 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
19 https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdf
31 vdd-supply: true
34 - compatible
[all …]
/Linux-v6.1/drivers/iio/pressure/
Dbmp280-core.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf
13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf
14 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf
15 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf
19 * - Changed document referral from ANP015 to BST-MPS-AN004-00 on page 26
20 * - Updated equation for B3 param on section 3.5 to ((((long)AC1 * 4 + X3) << oss) + 2) / 4
21 * - Updated RoHS directive to 2011/65/EU effective 8 June 2011 on page 26
181 /* Miscellaneous, endianess-aware data buffers */
290 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()
[all …]