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.
Lennart Eriksson 3200feaa26 Temp checkin
2016-11-28 08:54:46 +01:00

12 lines
138 B
C

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