Up to [cvs.NetBSD.org] / src / share / man / man4
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 27 23:11:25 2022 UTC (9 months, 1 week ago) by brad
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Sat Nov 6 19:36:12 2021 UTC (15 months ago) by wiz
Branch: MAIN
Changes since 1.1: +11 -9
lines
Diff to previous 1.1 (colored)
New sentence, new line; remove trailing whitespace.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 6 13:34:39 2021 UTC (15 months 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.