Hi everybody,
Does anyone knows if a python library for the ADC ADS1118 SPI (16 bits from TI) exists ?
I managed to find a beautiful library for a similar ADC (the adafruit library written for the ADC ADS1115 I2C (16 bits TI)) but the I2C protocol is used for this one and not the SPI.
https://github.com/adafruit/Adafruit-Ra ... ython-Code
I am new sith Python and I was wondering if it's easy to adapt the existing library using I2C to create a new one for the ADS1118 using SPI ?