mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
9 lines
162 B
C
9 lines
162 B
C
#pragma once
|
|
|
|
#ifdef MAG
|
|
void compassInit(void);
|
|
int compassGetADC(void);
|
|
#endif
|
|
|
|
extern int16_t magADC[XYZ_AXIS_COUNT];
|
|
extern sensor_align_e magAlign;
|