#include <breezystm32.h>
Go to the source code of this file.
Macros | |
#define | BOARD_REV 2 |
Functions | |
void | loop (void) |
void | setup (void) |
Variables | |
int16_t | mag_data [3] = {0.0, 0.0, 0.0} |
volatile uint8_t | mag_status = 0 |
#define BOARD_REV 2 |
Definition at line 24 of file hmc5883l_read.c.
void loop | ( | void | ) |
Definition at line 40 of file hmc5883l_read.c.
void setup | ( | void | ) |
Definition at line 30 of file hmc5883l_read.c.
int16_t mag_data[3] = {0.0, 0.0, 0.0} |
Definition at line 28 of file hmc5883l_read.c.
volatile uint8_t mag_status = 0 |
Definition at line 27 of file hmc5883l_read.c.