Searched +full:orp +full:- +full:sm (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matt Ranostay <matt.ranostay@konsulko.com>16 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.pdf19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf[all …]
1 # SPDX-License-Identifier: GPL-2.0-only20 tristate "Atlas Scientific OEM SM sensors"28 Atlas Scientific OEM SM sensors:29 * pH SM sensor30 * EC SM sensor31 * ORP SM sensor34 module will be called atlas-ph-sensor.45 module will be called atlas-ezo-sensor.88 Say yes here to build support for ScioSense ENS160 multi-gas sensor.102 tristate "AMS iAQ-Core VOC sensors"[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors5 * Copyright (C) 2015-2019 Konsulko Group94 /* 96-bit data + 32-bit pad + 64-bit timestamp */108 for (; spec->type != IIO_TIMESTAMP; spec++) in atlas_buffer_num_channels()135 .scan_index = -1179 .scan_index = -1221 .scan_index = -1243 struct device *dev = &data->client->dev; in atlas_check_ph_calibration()247 ret = regmap_read(data->regmap, ATLAS_REG_PH_CALIB_STATUS, &val); in atlas_check_ph_calibration()[all …]