Hello,
I want to use LSM303DLH digital compass in my project. I've connected it to my maple
r5 board directly with sda 9 and scl 5 ( i tried with or withour resistors ). And found in your source code Wire library. This compass has support for Arduino (https://github.com/ryantm/LSM303DLH) , that also uses Wire (i mean in arduino). And it seams to me that code must transparently work on maple. But it did not.
I will be very pleased if you help me solve this problem.