This repository has been archived on 2020-06-14. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
215 B
C

#ifndef DRIVERS_COMPASS_H
#define DRIVERS_COMPASS_H
bool initialize_compass();
void calibrate_compass();
void calculate_heading();
extern int MagnetMax[3];
extern int MagnetMin[3];
#endif //DRIVERS_COMPASS_H