Mercurial > public > ostc4
diff Small_CPU/Src/compass.c @ 183:9baecc0c24b2 Cleanup_Compass_Wireless
Cleanup compiler warnings
author | ideenmodellierer |
---|---|
date | Thu, 14 Mar 2019 20:44:03 +0100 |
parents | 9ecc2e60418d |
children | a61b46a5265b |
line wrap: on
line diff
--- a/Small_CPU/Src/compass.c Thu Mar 14 20:43:47 2019 +0100 +++ b/Small_CPU/Src/compass.c Thu Mar 14 20:44:03 2019 +0100 @@ -223,12 +223,6 @@ void compass_read_LSM303D(void); void acceleration_read_LSM303D(void); -void compass_init_LSM303DLHC(uint8_t fast, uint8_t gain); -void compass_sleep_LSM303DLHC(void); -void compass_read_LSM303DLHC(void); -void acceleration_read_LSM303DLHC(void); - - int LSM303D_accel_set_onchip_lowpass_filter_bandwidth(unsigned bandwidth); int compass_calib_common(void);