dRonin
adbada4
dRonin firmware
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | pios_hmc5883_cfg |
struct | pios_hmc5883_data |
Functions | |
int32_t | PIOS_HMC5883_Init (pios_i2c_t i2c_id, const struct pios_hmc5883_cfg *cfg) |
int32_t | PIOS_HMC5883_Test (void) |
int32_t | PIOS_HMC5883_SetOrientation (enum pios_hmc5883_orientation orientation) |
bool | PIOS_HMC5883_IRQHandler () |