The ASDX sensor of Honeywell exist in many variations. Check the datasheet of your type for all the details. The I2C_ASDX library can read the sensor and give the pressure in millibar, bar or PSI or ...
File Structure ssd1306_full_driver/ ├── src/ │ ├── SSD1306_I2C_OLED.h # Main library include │ ├── arduino_i2c.hpp # Arduino I2C implementation │ ├── i2c_interface.hpp # I2C interface abstraction │ ...