Page MenuHomeFreeBSD

Correct the sysctl names in gpioths(4)
ClosedPublic

Authored by otis on Mar 6 2022, 9:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 8:31 AM
Unknown Object (File)
Mon, Apr 14, 11:52 AM
Unknown Object (File)
Wed, Apr 2, 3:50 PM
Unknown Object (File)
Sun, Mar 30, 7:56 AM
Unknown Object (File)
Mar 17 2025, 12:14 AM
Unknown Object (File)
Mar 3 2025, 5:13 PM
Unknown Object (File)
Feb 24 2025, 7:39 PM
Unknown Object (File)
Feb 23 2025, 4:17 PM

Details

Summary

Temperature is exposed via temperature' leaf, humidity via humidity`
leaf.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

otis requested review of this revision.Mar 6 2022, 9:35 PM

English in change LGTM and appears consistent with sys/dev/gpio/gpioths.c to my untrained eye.

One thing I'd expect the likely audience (measurement/instrumentation devs or designers) to be interested in is the actual range and accuracy:

*   DHT11:  Temp   0c to 50c +-2.0c, Humidity 20% to  90% +-5%
*   DHT12:  Temp -20c to 60c +-0.5c, Humidity 20% to  95% +-5%
*   DHT21:  Temp -40c to 80c +-0.3c, Humidity  0% to 100% +-3%
*   DHT22:  Temp -40c to 80c +-0.3c, Humidity  0% to 100% +-2%
*   AM2301: Same as DHT21, but also supports i2c interface.
*   AM2302: Same as DHT22, but also supports i2c interface.

Not making them search for those in the kernel source would be good, I think.

This revision is now accepted and ready to land.Mar 7 2022, 8:52 AM