Page 1 of 1

Arduino_LSM9DS1 Compilation Error

Posted: Sun Jun 07, 2020 4:41 pm
by muneebr1
Hello All,

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
LSM9DS1.cpp:106:10: error: 'class TwoWire' has no member named 'end'

_wire->end();
Could someone please point me in the right direction on how to resolve this?