Reading BMA280 data via SPI with Due

Now it works and returns reasonable values. :slight_smile:

I was using the ICSP interface and I changed to the SPI interface on the Due. Apart from that I added the command SPI.setBitOrder(CS, LSBFIRST) to the code.