Add base support for HTU31 temperature and humidity sensor....
Besides temperature and humidity values, the driver also exports a 24-bit
serial number and heater control to sysfs.
Signed-off-by: Andrei Lalaev <andrey.lalaev@xxxxxxxxx>
---
+
+static struct attribute *htu31_attrs[] = {
+ &dev_attr_heater_enable.attr,
+ &dev_attr_serial_number.attr,