SDP3x Differential Pressure Sensor

The Sparkfun library for the SDP3x works fine with an Arduino Uno R3. But I don’t have much room in my project, so I need to use a Seeeduino XIAO with a M0 processor (and barely have enough room for that). But I’m not able to read the SDP3x when I’m using the XIAO. Should your library be compatible with this processor? Could there be anything that I need to change in the library?

Thanks!

Libraries are generally written for Uno, you might need to modify the library to get it working with another processor.