Documentation/drivers/analog/adc/ads1115: Add missing documentation for ioctl
Build Documentation / build-html (push) Has been cancelled

This commit adds the missing documentation for the ioctl command ANIOC_ADS1115_READ_CHANNEL.

Signed-off-by: Tony Lin <99093620+justapotato213@users.noreply.github.com>
This commit is contained in:
T. L.
2025-05-29 20:38:36 -04:00
committed by Matteo Golin
parent 7104a51411
commit 29e6d4f96e
@@ -230,3 +230,8 @@ of type uint16_t, which corresponds to the HIGH_THRESH register value.
This command changes the LOW_THRESH register of the ADS1115. The argument passed should be
of type uint16_t, which corresponds to the LOW_THRESH register value.
.. c:macro:: ANIOC_ADS1115_READ_CHANNEL
This command reads a value from a specific channel of the ADS1115. The argument passed should
be a pointer to a struct adc_msg_s.