Mercurial > public > ostc4
comparison Small_CPU/Src/compass.c @ 313:49f5db6139d5
Minor: Remove unused compass header file. The LSM303DLHC is not used in any hardware sold.
Next board rev will get the (not yet supported) LSM303AGR compass/accelarator chip.
author | heinrichsweikamp |
---|---|
date | Sat, 01 Jun 2019 10:12:15 +0200 |
parents | f9b17e898a7a |
children | c3d511365552 |
comparison
equal
deleted
inserted
replaced
312:e84a2486933e | 313:49f5db6139d5 |
---|---|
30 #include <math.h> | 30 #include <math.h> |
31 #include <string.h> | 31 #include <string.h> |
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" | |
36 | 35 |
37 #include "i2c.h" | 36 #include "i2c.h" |
38 #include "spi.h" | 37 #include "spi.h" |
39 #include "RTE_FlashAccess.h" // to store compass_calib_data | 38 #include "RTE_FlashAccess.h" // to store compass_calib_data |
40 | 39 |