con timer
Dependencies: X_NUCLEO_IKS01A2 mbed
Fork of HelloWorld_IKS01A2 by
Diff: main.cpp
- Revision:
- 8:8f495e604424
- Parent:
- 2:f23b144da50a
- Child:
- 13:2e809b3e6ea9
diff -r 12afd7461180 -r 8f495e604424 main.cpp --- a/main.cpp Thu Nov 24 16:44:56 2016 +0000 +++ b/main.cpp Fri Dec 02 16:10:14 2016 +0000 @@ -1,9 +1,9 @@ /** ****************************************************************************** * @file main.cpp - * @author AST / EST - * @version V0.0.1 - * @date 9-August-2016 + * @author CLab + * @version V1.0.0 + * @date 2-December-2016 * @brief Simple Example application for using the X_NUCLEO_IKS01A1 * MEMS Inertial & Environmental Sensor Nucleo expansion board. ****************************************************************************** @@ -41,7 +41,7 @@ #include "x_nucleo_iks01a2.h" /* Instantiate the expansion board */ -static X_NUCLEO_IKS01A2 *mems_expansion_board = X_NUCLEO_IKS01A2::Instance(D14, D15); +static X_NUCLEO_IKS01A2 *mems_expansion_board = X_NUCLEO_IKS01A2::Instance(D14, D15, D4, D5); /* Retrieve the composing elements of the expansion board */ static LSM303AGR_MAG_Sensor *magnetometer = mems_expansion_board->magnetometer;