File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
variants/STEVAL_MKSBOX1V1 Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ const PinName digitalPin[] = {
25
25
PE_14, // SPI1_MISO
26
26
PE_15, // SPI1_MOSI
27
27
28
- /* LSM6DSO (3D ACC+GYR) */
29
- PA_2, // INT1_DSR
30
- PE_3, // INT2_DSR
28
+ /* LSM6DSOX (3D ACC+GYR) */
29
+ PA_2, // INT1_INEMO
30
+ PE_3, // INT2_INEMO
31
31
PE_12, // CS_INEMO
32
32
33
- /* IIS3DHHCTR (ACCELEROMETER) */
33
+ /* LIS3DHH (ACCELEROMETER) */
34
34
PE_10, // CS_ACC2
35
35
PC_13, // ACC2_INT1
36
36
PE_6, // ACC2_INT2
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ extern "C" {
26
26
#define PE14 1 // SPI1_MISO
27
27
#define PE15 2 // SPI1_MOSI
28
28
29
- /* LSM6DSO (3D ACC+GYR) */
30
- #define PA2 3 // INT1_DSR
31
- #define PE3 4 // INT2_DSR
29
+ /* LSM6DSOX (3D ACC+GYR) */
30
+ #define PA2 3 // INT1_INEMO
31
+ #define PE3 4 // INT2_INEMO
32
32
#define PE12 5 // CS_INEMO
33
33
34
- /* IIS3DHHCTR (ACCELEROMETER) */
34
+ /* LIS3DHH (ACCELEROMETER) */
35
35
#define PE10 6 // CS_ACC2
36
36
#define PC13 7 // ACC2_INT1
37
37
#define PE6 8 // ACC2_INT2
You can’t perform that action at this time.
0 commit comments