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)
Wed, May 20, 6:30 AM
Unknown Object (File)
Sun, May 17, 5:58 PM
Unknown Object (File)
Fri, May 15, 9:30 PM
Unknown Object (File)
Wed, May 13, 3:26 AM
Unknown Object (File)
Tue, May 12, 6:50 AM
Unknown Object (File)
Sat, May 9, 1:00 PM
Unknown Object (File)
Fri, May 8, 9:23 PM
Unknown Object (File)
May 7 2026, 12:32 AM

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