]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.
authorian <ian@FreeBSD.org>
Mon, 5 Aug 2019 15:56:44 +0000 (15:56 +0000)
committerian <ian@FreeBSD.org>
Mon, 5 Aug 2019 15:56:44 +0000 (15:56 +0000)
commit1df5865d89c822211fd2676f98c2407967f2fc9c
tree92d280d590a58772fc2529c6563dde50923a262a
parent93f0d2c18aa4229ca7eac8a221ca10bf91db33f7
Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.

Instances of the device can be configured using hints or FDT data.

Interfaces to reconfigure the chip and extract voltage measurements from
it are available via sysctl(8).
share/man/man4/ads111x.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/iicbus/ads111x.c [new file with mode: 0644]
sys/modules/i2c/Makefile
sys/modules/i2c/ads111x/Makefile [new file with mode: 0644]