Two MicroPressure Sensors + Arduino Due

Hi!

I am trying to work with two MicroPressure sensors on an Arduino Due. I originally had them working fine on an Uno with the with the I2C mux, but I needed more speed so I decided to get a Due with 2 I2C ports and faster speed. I cannot get the Due to connect to the sensor though. Initial research suggests some quirkiness with the Wire library on the Due, so I’m wondering if this is more trouble than its worth. Any suggestions on how to proceed would be appreciated.

Thanks!

You probably need to use TwoWire library instead of Wire, and that should get ya goin’! :smiley:

OK, thanks! Will that require any changes to the SparkFun_MicroPressure library?