12 lines
138 B
C
12 lines
138 B
C
#ifndef DRIVERS_COMPASS_H
|
|
#define DRIVERS_COMPASS_H
|
|
|
|
|
|
|
|
bool initialize_compass();
|
|
|
|
void calibrate_compass();
|
|
|
|
|
|
#endif //DRIVERS_COMPASS_H
|