I'm working with two ADS7828 ADC with I2C Interface. I'm on a Debian with a 3.4.67 kernel and use the ADS7828 module for Linux. To enable this module and control the component, I write :
modprobe ads7828 int_vref=0 vref_mv=3347
echo ads7828 0x48 > /sys/bus/i2c/devices/i2c-0/new_device
and need to configure the second ADC with a 5000 vref_mv, can I enable the same module twice ? And if so how ?