mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@86 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
6 lines
139 B
C
Executable file
6 lines
139 B
C
Executable file
#pragma once
|
|
|
|
bool hmc5883lDetect(void);
|
|
void hmc5883lInit(void);
|
|
void hmc5883lFinishCal(void);
|
|
void hmc5883lRead(int16_t *magData);
|