Whenever digital handshake or software is involved I always run into a brick wall. I am looking ahead at the Adafruit parts and what looks like the driver is very long and it has to find includes. I don't know where to get the includes unless they are already in the Arduino C library.
This is what I figured is the driver:
https://github.com/adafruit/Adafruit_ADS1X15/blob/master/Adafruit_ADS1015.cppI see 300 lines of code, some looks like it repeats. I have no idea how to handle this stuff or what each line does.
Thanks for the help.