User Activity

I tried to work with mbed LPC1768 and LSM6DS3-Dev-Board from Sparkfun.The connections:uC - LSM6DS3VOUT 3V3 regulated Out - 3V3GND-GNDSCLK-SCLMOSI-SDA (SPI SDI)MISO-SA0CS-CSThe Code:#include "mbed.h"   Serial pc(USBTX,USBRX); SPI spi(p11, p12, p13); /...