mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
Documentation/drivers/analog/adc/ads1115: Add missing documentation for ioctl
Build Documentation / build-html (push) Has been cancelled
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user