zephyr/samples/drivers/spi_lsm9ds0
Anas Nashif 65f538238b move driver samples to samples/drivers
All SoC specific driver tests go to samples/drivers.

Change-Id: Ia9aa2140465320a548504ddb7a44569e2d2af6bd
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00
..
src move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
Makefile move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
README move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
prj.conf move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00

README

SPI Test Application

This application just retrieves the 'WHO AM I' register from the
Accelerometer from a LSM9DS0 connected via API.

The device datasheet can be found here:
https://www.adafruit.com/datasheets/LSM9DS0.pdf

Wiring information:

| LSM9DS0 pin | Quark SE Devboard  |
|             |	pin		   |
|-------------+--------------------|
| VIN         | VDD_HDR_3P3        |
| CS_G        | GPIO24_SPI0_M_nCS0 |
| CS_XM       | VDD_HDR_3P3        |
| SCL         | GPIO24_SPI0_M_SCLK |
| SDO_G       | GPIO24_SPI0_M_MISO |
| SDO_XM      | Ground             |
| SDA         | GPIO24_SPI0_M_MISO |
| GND         | Ground             |