2019-2020 LIS2DW12 Accelerometer Project

Dependencies:   X_NUCLEO_IKS01A3

Revision:
9:7cda26534126
Parent:
8:fa346d946e7e
Child:
10:3a7580daadda
--- a/main.cpp	Tue Sep 17 08:48:13 2019 +0000
+++ b/main.cpp	Tue Sep 17 08:57:48 2019 +0000
@@ -241,6 +241,7 @@
     acc_gyro->enable_x();
     acc_gyro->enable_g();
     printf("/***** LSM6DSO accelerometer and gyroscope sensor configuration *****/\r\n");
+    printf("Test\r\n");
     
     acc_gyro->read_id(&id);
     printf("LSM6DSO accelerometer & gyroscope = 0x%X\r\n", id);