![]() |
master board program
v. 2 - 2018
|
Go to the source code of this file.
Macros | |
#define | COMPASS_SERIAL &SD1 |
#define | LOAD_COMPASS_DEGREE -385 |
Functions | |
int16_t | get_compass_degree (void) |
int16_t | get_azimuth (void) |
void | compass_init (void) |
void | read (uint8_t address, uint8_t length) |
void | write (uint8_t address, uint8_t value) |
void | start (void) |
uint8_t | start2 (void) |
void | get_compass_values (void) |
void | get_calibration_status (void) |
void | get_calibration_values (void) |
void | set_calibration_values (void) |
void | set_calibration_values2 (void) |
void | clean_serial (SerialDriver *SD) |
#define COMPASS_SERIAL &SD1 |
#define LOAD_COMPASS_DEGREE -385 |
void clean_serial | ( | SerialDriver * | SD | ) |
void compass_init | ( | void | ) |
int16_t get_azimuth | ( | void | ) |
void get_calibration_status | ( | void | ) |
void get_calibration_values | ( | void | ) |
int16_t get_compass_degree | ( | void | ) |
void get_compass_values | ( | void | ) |
void read | ( | uint8_t | address, |
uint8_t | length | ||
) |
void set_calibration_values | ( | void | ) |
void set_calibration_values2 | ( | void | ) |
void start | ( | void | ) |
uint8_t start2 | ( | void | ) |
void write | ( | uint8_t | address, |
uint8_t | value | ||
) |