share

Dependencies:   GraphicsDisplay X_NUCLEO_IKS01A1 HelloWorld_IKS01A1 mbed-src mbed

Fork of HelloWorld_IKS01A1 by ST

Revision:
4:b1526d074d83
Parent:
3:a2d2342526db
Child:
7:c820cac010d6
--- a/main.cpp	Mon Aug 31 12:07:22 2015 +0200
+++ b/main.cpp	Thu Sep 03 10:46:55 2015 +0200
@@ -41,7 +41,7 @@
 #include "x_nucleo_iks01a1.h"
 
 /* Instantiate the expansion board */
-static X_NUCLEO_IKS01A1 *mems_expansion_board = X_NUCLEO_IKS01A1::Instance();
+static X_NUCLEO_IKS01A1 *mems_expansion_board = X_NUCLEO_IKS01A1::Instance(D14, D15);
 
 /* Retrieve the composing elements of the expansion board */
 static GyroSensor *gyroscope = mems_expansion_board->GetGyroscope();