Up to [cvs.NetBSD.org] / src / sys / dev / i2c
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sat May 28 10:36:23 2022 UTC (8 months, 1 week ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
fix various typos, mainly in comments.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 27 23:11:25 2022 UTC (9 months, 1 week ago) by brad
Branch: MAIN
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
After testing with a couple of more samples of the SHT3x sensor chip it was found that the datasheet does not appear to provide enough information to make use of the alarm and interrupt function work. So actually remove the dead code that was an attempt at making that all work. Adjust the man page to mention that this.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 6 13:34:40 2021 UTC (14 months, 4 weeks ago) by brad
Branch: MAIN
Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity sensor such as: https://www.adafruit.com/product/2857 This is a higher priced sensor with a lot of features, including the ability to do sub-second periodic updates. The driver supports everything about the sensor except for the alert pin.