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