mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Keil project not updated, I have no way to verify it. Note, mw.c, drv_pwm.c and drv_system.c contain code for too many topics. Later commits will relocate the code as appropriate. Not even looked at utils yet. 'Utils' is a bad naming practice and is a synonym for 'too lazy to find the right file/name'.
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);
|