Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mag_hmc5843.c
Go to the documentation of this file.
1/*
2 * This file is part of paparazzi.
3 *
4 * paparazzi is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * paparazzi is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with paparazzi; see the file COPYING. If not, write to
16 * the Free Software Foundation, 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
18 *
19 */
20#include "mcu_periph/i2c.h"
21#include "mcu_periph/uart.h"
22#include "pprzlink/messages.h"
24#include <math.h>
25#include "modules/core/abi.h"
26#include "../../peripherals/hmc5843.h"
27
28
31
32
33
34
36{
38}
39
49
51{
53}
Main include for ABI (AirBorneInterface).
#define MAG_HMC58XX_SENDER_ID
struct Hmc5843 hmc5843
Definition hmc5843.c:9
void hmc5843_idle_task(void)
Definition hmc5843.c:60
void hmc5843_periodic(void)
Definition hmc5843.c:103
void hmc5843_init(void)
Definition hmc5843.c:16
union Hmc5843::@322 data
Architecture independent I2C (Inter-Integrated Circuit Bus) API.
bool mag_valid
Definition mag_hmc5843.c:30
int32_t mag_z
Definition mag_hmc5843.c:29
void hmc5843_module_periodic(void)
Definition mag_hmc5843.c:40
void hmc5843_module_event(void)
Definition mag_hmc5843.c:50
int32_t mag_y
Definition mag_hmc5843.c:29
int32_t mag_x
Definition mag_hmc5843.c:29
void hmc5843_module_init(void)
Definition mag_hmc5843.c:35
uint16_t foo
Definition main_demo5.c:58
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
int int32_t
Typedef defining 32 bit int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.