Hi cscuilla,
This article explains how to connect a potentiometer, in your case a pressure sensor, and interfacing to your pi.
http://www.python-exemplary.com/index_e ... dc.inc.php
To prevent weird readings
Input AIN0 and AIN1 are internally connected to PGA (default)
Connect AIN1 to GND or disable AIN1 in Config Register MUX[2:0]
Set PGA (programmable gain amplifier) to 1 because your max sensor output is 4.5 V.
Config Register
bits 14-12 MUX (see datasheet ADS1115)
set mux[2:0] to 100. -> AIN0 (single ended) all other inputs are connected internally via MUX to GND.
(AINp = AIN0 and AINn =GND see datasheet).
see also youtube ads1115 videos