Searched +full:atlas +full:- +full:scientific (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/chemical/atlas,sensor.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Atlas Scientific OEM + EZO sensors10 - Matt Ranostay <matt.ranostay@konsulko.com>13 Atlas Scientific OEM + EZO sensors connected via I2C16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf[all …]
1 # SPDX-License-Identifier: GPL-2.0-only20 tristate "Atlas Scientific OEM SM sensors"28 Atlas Scientific OEM SM sensors:34 module will be called atlas-ph-sensor.37 tristate "Atlas Scientific EZO sensors"41 Atlas Scientific EZO sensors45 module will be called atlas-ezo-sensor.90 Say yes here to build support for ScioSense ENS160 multi-gas sensor.104 tristate "AMS iAQ-Core VOC sensors"108 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * atlas-ezo-sensor.c - Support for Atlas Scientific EZO sensors20 #define ATLAS_EZO_DRV_NAME "atlas-ezo-sensor"118 struct i2c_client *client = data->client; in atlas_ezo_read_raw()120 if (chan->type != IIO_CONCENTRATION) in atlas_ezo_read_raw()121 return -EINVAL; in atlas_ezo_read_raw()128 mutex_lock(&data->lock); in atlas_ezo_read_raw()133 mutex_unlock(&data->lock); in atlas_ezo_read_raw()137 msleep(data->chip->delay); in atlas_ezo_read_raw()139 tmp = i2c_master_recv(client, data->buffer, sizeof(data->buffer)); in atlas_ezo_read_raw()[all …]