Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bebop.h File Reference
#include "std.h"
#include "peripherals/video_device.h"
#include "boards/bebop/mt9f002.h"
+ Include dependency graph for bebop.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOARD_BEBOP
 
#define UART1_DEV   /dev/ttyPA1
 uart connected to GPS internally More...
 
#define GPS_UBX_ENABLE_NMEA_DATA_MASK   0xff
 
#define UART2_DEV   /dev/ttyUSB0
 FTDI cable for stereoboard or external GPS. More...
 
#define DEFAULT_ACTUATORS   "boards/bebop/actuators.h"
 
#define ActuatorDefaultSet(_x, _y)   ActuatorsBebopSet(_x,_y)
 
#define ActuatorsDefaultInit()   ActuatorsBebopInit()
 
#define ActuatorsDefaultCommit()   ActuatorsBebopCommit()
 
#define USE_BARO_BOARD   1
 
#define SPI0_MODE   0
 
#define SPI0_BITS_PER_WORD   8
 
#define SPI0_MAX_SPEED_HZ   320000
 

Variables

struct video_config_t bottom_camera
 
struct video_config_t front_camera
 Video thread dummy for simulation. More...
 
struct mt9f002_t mt9f002
 

Macro Definition Documentation

#define ActuatorDefaultSet (   _x,
  _y 
)    ActuatorsBebopSet(_x,_y)

Definition at line 40 of file bebop.h.

#define ActuatorsDefaultCommit ( )    ActuatorsBebopCommit()

Definition at line 42 of file bebop.h.

#define ActuatorsDefaultInit ( )    ActuatorsBebopInit()

Definition at line 41 of file bebop.h.

#define BOARD_BEBOP

Definition at line 26 of file bebop.h.

#define DEFAULT_ACTUATORS   "boards/bebop/actuators.h"

Definition at line 39 of file bebop.h.

#define GPS_UBX_ENABLE_NMEA_DATA_MASK   0xff

Definition at line 34 of file bebop.h.

#define SPI0_BITS_PER_WORD   8

Definition at line 67 of file bebop.h.

#define SPI0_MAX_SPEED_HZ   320000

Definition at line 68 of file bebop.h.

#define SPI0_MODE   0

Definition at line 66 of file bebop.h.

#define UART1_DEV   /dev/ttyPA1

uart connected to GPS internally

Definition at line 33 of file bebop.h.

#define UART2_DEV   /dev/ttyUSB0

FTDI cable for stereoboard or external GPS.

Definition at line 36 of file bebop.h.

#define USE_BARO_BOARD   1

Definition at line 53 of file bebop.h.

Variable Documentation

struct video_config_t bottom_camera

Definition at line 68 of file board.c.

struct video_config_t front_camera

Video thread dummy for simulation.

  • Keeps track of added devices, which can be referenced by simulation code such as in simulator/nps/fdm_gazebo.c.

Definition at line 43 of file board.c.

struct mt9f002_t mt9f002

Definition at line 49 of file bebop.h.