I basically want to connect a high precision potentiometer to measure the rotation, up to 3600 degrees accurately. And Arduino only supports 10bit ADC which will give me a very low resolution (aprox 3.5 degrees). So I decided to use ADS1115 16bit to increase the resolution of ADC to read the rotation from the potentiometer.
As I want to use ADS1115 16-Bit ADC with Arduino.... I saw the Arduino library for this but it says that it is for ADS1015 12-Bit ADC. Will this library work with ADS1115 16-Bit ADC?

