Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/jiffies.h>
Go to the source code of this file.
Data Structures | |
struct | sht21 |
Macros | |
#define | SHT21_TRIG_T_MEASUREMENT_HM 0xe3 |
#define | SHT21_TRIG_RH_MEASUREMENT_HM 0xe5 |
Functions | |
MODULE_DEVICE_TABLE (i2c, sht21_id) | |
module_i2c_driver (sht21_driver) | |
MODULE_AUTHOR ("Urs Fleisch <[email protected]>") | |
MODULE_DESCRIPTION ("Sensirion SHT21 humidity and temperature sensor driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Urs Fleisch <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Sensirion SHT21 humidity and temperature sensor driver" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
sht21_id | |||
) |
module_i2c_driver | ( | sht21_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |