I am trying to use the Arduino LSM9DS1 library, however it does not seem to be compiling for the ESP32, its giving the following error
Could someone please point me in the right direction on how to resolve this?LSM9DS1.cpp:106:10: error: 'class TwoWire' has no member named 'end'
_wire->end();