Reading I2C pressure sensor on the Xiao Nrf52840 sense

Good day everyone,
I am working on a project that requires one of the Xiao nrf52840 sense chips to read pressure data from this sensor (the 001PG2A5 one). Does anybody have any example or anything of such for this as I can’t seem to find anything. I am very new to the space so any help would be much appreciated. Thank you!

Have you checked the links below?
Honeywell_pressure_sensors/ABP_Series at master · vwls/Honeywell_pressure_sensors · GitHub

Thanks for the fast reply! I have seen that document, however they do not talk about I2C which is what I need to work with is the only problem

GitHub - ij96/Honeywell_ABP: Arduino library for communication with Honeywell ABP Series digital pressure sensors via I2C

That helps! Thank you so much!