[Request - Solved] Adafruit 9-DOF & LSM303

Hey,

I’m trying to hook this up:

I’ve started porting the 2 missing libraries, pretending to know what I’m doing. I’m still at LSM303 and I’ve managed to solve most of the issues, except now I get a bunch of these errors:

'class TwoWire' has no member named 'send'
'class TwoWire' has no member named 'receive'

Kinda lost, anyone willing to help out?

@jure, I may have all the necessary libraries ported already. I will check and post a link if I have. :smile:

Thanks, I would really appreciate to get this working!

@jure, I posted the ported library files here. I test compiled it using Spark CLI. :smile:

1 Like

Hey Paul, big thanks, it works, IT WORKS! Thanks for making my nerdy weekend!

It would be awesome to have some sort of a general guide to porting libraries, so the Spark ecosystem can grow quicker and is not that dependant on a couple of guys like you doing all the heavy lifting. Is that even realistic?

1 Like