comparison Small_CPU/Src/compass.c @ 209:2de856965c55

Merged in Ideenmodellierer/ostc4/ImprovmentSPI (pull request #9) ImprovmentSPI
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Sun, 24 Mar 2019 22:09:37 +0000
parents b95741467355
children f9b17e898a7a
comparison
equal deleted inserted replaced
200:7116c0ffb862 209:2de856965c55
32 32
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 "spi.h"
38 #include "i2c.h" 37 #include "i2c.h"
39 #include "RTE_FlashAccess.h" // to store compass_calib_data 38 #include "RTE_FlashAccess.h" // to store compass_calib_data
40 39
41 #include "stm32f4xx_hal.h" 40 #include "stm32f4xx_hal.h"
42 41