You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry let me explain.
I was trying to run this library (the LSM303 one) and there are some issues that prevent it from compiling.
Specifically this one: error: conflicting return type specified for 'virtual bool Adafruit_LSM303_Mag_Unified::getEvent(sensors_event_t*)'
It seems that Adafruit have updated the sensor library (the one I'm using from particle) so there's a mismatch in that function between the two.
I haven't been able to update it to make it work unfortunately.
@zomerfeld, if I make the change then all the other apps in the library won't work! You need to use the latest adafruit sensor unified sensor library with the latest sensor code designed to use it.
See the changes on https://forums.adafruit.com/viewtopic.php?f=25&t=70096
The text was updated successfully, but these errors were encountered: