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)
Sun, Aug 4, 7:16 PM
Unknown Object (File)
Mon, Jul 29, 5:08 AM
Unknown Object (File)
Jun 25 2024, 6:42 AM
Unknown Object (File)
Jun 21 2024, 5:02 AM
Unknown Object (File)
May 21 2024, 6:26 PM
Unknown Object (File)
May 19 2024, 2:34 PM
Unknown Object (File)
May 19 2024, 2:34 PM
Unknown Object (File)
May 19 2024, 11:46 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