we want to integrate ADS1112 in our application, although its driver is available but API is not available, So, is there any specific API available to integrate it with our application?
we want to integrate ADS1112 in our application, although its driver is available but API is not available, So, is there any specific API available to integrate it with our application?
although its driver is available but API is not available
Could you specify which driver and API you are referring to?
As far as I remember, the ADS1112 communicates via I2C/TWI. You can refer to the TWI example and modify your code accordingly.