Chris LU / LSM9DS0_self_riding_bike

Fork of LSM9DS0 by Chris LU

Files at this revision

API Documentation at this revision

Comitter:
vmjack
Date:
Thu Aug 18 14:59:18 2016 +0000
Parent:
3:bc0db184f092
Child:
5:fb89056ade7f
Child:
6:a55466ef7c04
Child:
7:cd357311ff3b
Child:
8:08932ac08cb2
Child:
9:c2241ae1eb3f
Commit message:
111

Changed in this revision

LSM9DS0.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LSM9DS0.cpp	Thu Apr 28 09:06:50 2016 +0000
+++ b/LSM9DS0.cpp	Thu Aug 18 14:59:18 2016 +0000
@@ -41,7 +41,7 @@
 //
 //=================================
 
-LSM9DS0::LSM9DS0(interface_mode interface, uint8_t gAddr, uint8_t xmAddr) : interfaceMode(SPI_MODE), spi_(D4,D5,D3), i2c_(I2C_SDA,I2C_SCL), csG_(D9), csXM_(D6)
+LSM9DS0::LSM9DS0(interface_mode interface, uint8_t gAddr, uint8_t xmAddr) : interfaceMode(SPI_MODE), spi_(D4,D5,D3), i2c_(I2C_SDA,I2C_SCL), csG_(D7), csXM_(D6)
 {
     // interfaceMode will keep track of whether we're using SPI or I2C:
     interfaceMode = interface;