Mercurial > public > ostc4
comparison Small_CPU/Src/compass.c @ 219:f9b17e898a7a Improve_IPC_Sync
Resolved some minor warnings
author | ideenmodellierer |
---|---|
date | Sun, 31 Mar 2019 15:44:56 +0200 |
parents | b95741467355 |
children | 49f5db6139d5 |
comparison
equal
deleted
inserted
replaced
218:ff59d1d07f9c | 219:f9b17e898a7a |
---|---|
33 #include "compass.h" | 33 #include "compass.h" |
34 #include "compass_LSM303D.h" | 34 #include "compass_LSM303D.h" |
35 #include "compass_LSM303DLHC.h" | 35 #include "compass_LSM303DLHC.h" |
36 | 36 |
37 #include "i2c.h" | 37 #include "i2c.h" |
38 #include "spi.h" | |
38 #include "RTE_FlashAccess.h" // to store compass_calib_data | 39 #include "RTE_FlashAccess.h" // to store compass_calib_data |
39 | 40 |
40 #include "stm32f4xx_hal.h" | 41 #include "stm32f4xx_hal.h" |
41 | 42 |
42 #define TEST_IF_HMC5883L | 43 #define TEST_IF_HMC5883L |