LPS33HW - i2c connection
Hi Guys, i have connected the LPS33HW sensor to my circuitPython code. i have also added another sensor on the same i2c peripheral (bus). one is addressed 0x5d (original), the other i changed the address as advised to 0x5c. however when i run both sensors, one of the sensors works fine and outputs and reads the pressure and temperature (1028 hPa), but the other gives a value of -656 hPa. i dont know where the issue is?
