Searched +full:cdn +full:- +full:shop (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause4 ---6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: MEMSensing digital 3-Axis accelerometer11 - Dmitry Rokosov <ddrokosov@sberdevices.ru>14 MSA311 is a tri-axial, low-g accelerometer with I2C digital output for16 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements19 https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdf31 vdd-supply: true34 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0-only12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf14 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf15 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf19 * - Changed document referral from ANP015 to BST-MPS-AN004-00 on page 2620 * - Updated equation for B3 param on section 3.5 to ((((long)AC1 * 4 + X3) << oss) + 2) / 421 * - Updated RoHS directive to 2011/65/EU effective 8 June 2011 on page 26181 /* Miscellaneous, endianess-aware data buffers */290 struct bmp280_calib *calib = &data->calib.bmp280; in bmp280_read_calib()[all …]