#include "pwm_compass.h"Go to the source code of this file.
Functions | |
| int | initializeCompass (int pwm_pin, int calibrate_pin) |
| int | getCompassHeading () |
| void | calibrateCompass () |
| void calibrateCompass | ( | ) |
Definition at line 32 of file pwm_compass.c.
| int getCompassHeading | ( | ) |
Definition at line 23 of file pwm_compass.c.
| int initializeCompass | ( | int | pwm_pin, | |
| int | calibrate_pin | |||
| ) |
Definition at line 12 of file pwm_compass.c.
1.6.3