mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
4030eb892e
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>