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.
2016-12-02 17:23:32 +01:00

15 lines
166 B
C

#ifndef DRIVERS_COMPASS_H
#define DRIVERS_COMPASS_H
bool initialize_compass();
void calibrate_compass();
void calculate_heading();
#endif //DRIVERS_COMPASS_H