tsys01.c (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | tsys01.c (a7f6cecfef9b92aabda049e476bb22305ca5df2b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * tsys01.c - Support for Measurement-Specialties tsys01 temperature sensor 4 * 5 * Copyright (c) 2015 Measurement-Specialties 6 * 7 * Datasheet: 8 * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf --- 219 unchanged lines hidden (view full) --- 228}; 229 230module_i2c_driver(tsys01_driver); 231 232MODULE_DESCRIPTION("Measurement-Specialties tsys01 temperature driver"); 233MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>"); 234MODULE_AUTHOR("Ludovic Tancerel <ludovic.tancerel@maplehightech.com>"); 235MODULE_LICENSE("GPL v2"); | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * tsys01.c - Support for Measurement-Specialties tsys01 temperature sensor 4 * 5 * Copyright (c) 2015 Measurement-Specialties 6 * 7 * Datasheet: 8 * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf --- 219 unchanged lines hidden (view full) --- 228}; 229 230module_i2c_driver(tsys01_driver); 231 232MODULE_DESCRIPTION("Measurement-Specialties tsys01 temperature driver"); 233MODULE_AUTHOR("William Markezana <william.markezana@meas-spec.com>"); 234MODULE_AUTHOR("Ludovic Tancerel <ludovic.tancerel@maplehightech.com>"); 235MODULE_LICENSE("GPL v2"); |
236MODULE_IMPORT_NS(IIO_MEAS_SPEC_SENSORS); |
|