mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
Since the ADS1115 has a relative slow conversion rate, this additional ioctl command makes it possible to trigger a conversion before reading the reading the conversion result, allowing the user to perform other computation in between instead of waiting for the conversion time to complete. It improves sampling time. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>