comparison Small_CPU/Src/compass.c @ 195:05df3b395615

Merged in janlmulder/ostc4/div-fixes-cleanup-1 (pull request #7) Bugfix: show proper dive mode (and misc. cleanup)
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Tue, 19 Mar 2019 15:43:38 +0000
parents a61b46a5265b
children b95741467355
comparison
equal deleted inserted replaced
190:cca59de24fe0 195:05df3b395615
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"
37 #include "i2c.h" 38 #include "i2c.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