- Edited
to access those one needs to read the files /sys/bus/iio/devices/iio:device0/in_voltage0_raw
, /sys/bus/iio/devices/iio:device0/in_voltage1_raw
etc , where the number corresponds to the ADC number in this pinout. Not sure this can be done straight from Pd without causing mode switches and dropouts, so one may have to write a bit of C++ code to wrap those. What would you use in Pd to read a file on disk? We can give that a try first.