mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
moved annexcode into mw.c instead of imu.c hopefully didn't break anything. NOT FLIGHT TESTED. git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@405 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
5 lines
124 B
C
Executable file
5 lines
124 B
C
Executable file
#pragma once
|
|
|
|
bool hmc5883lDetect(sensor_align_e align);
|
|
void hmc5883lInit(void);
|
|
void hmc5883lRead(int16_t *magData);
|