comparison 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
comparison
equal deleted inserted replaced
182:7e749084f347 183:9baecc0c24b2
220 220
221 void compass_init_LSM303D(uint8_t fast, uint8_t gain); 221 void compass_init_LSM303D(uint8_t fast, uint8_t gain);
222 void compass_sleep_LSM303D(void); 222 void compass_sleep_LSM303D(void);
223 void compass_read_LSM303D(void); 223 void compass_read_LSM303D(void);
224 void acceleration_read_LSM303D(void); 224 void acceleration_read_LSM303D(void);
225
226 void compass_init_LSM303DLHC(uint8_t fast, uint8_t gain);
227 void compass_sleep_LSM303DLHC(void);
228 void compass_read_LSM303DLHC(void);
229 void acceleration_read_LSM303DLHC(void);
230
231 225
232 int LSM303D_accel_set_onchip_lowpass_filter_bandwidth(unsigned bandwidth); 226 int LSM303D_accel_set_onchip_lowpass_filter_bandwidth(unsigned bandwidth);
233 int compass_calib_common(void); 227 int compass_calib_common(void);
234 228
235 void compass_calc_roll_pitch_only(void); 229 void compass_calc_roll_pitch_only(void);