Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
pc_sim.h
Go to the documentation of this file.
1
#ifndef CONFIG_PC_SIM_H
2
#define CONFIG_PC_SIM_H
3
4
5
/* Default actuators driver */
6
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_4017.h"
7
#define ActuatorDefaultSet(_x,_y) Actuator4017Set(_x,_y)
8
#define ActuatorsDefaultInit() Actuators4017Init()
9
#define ActuatorsDefaultCommit() Actuators4017Commit()
10
11
12
#define DefaultVoltageOfAdc(adc) (1.0*adc)
13
14
#ifndef USE_BARO_BOARD
15
#if USE_NPS
16
#define USE_BARO_BOARD 1
17
#else
18
#define USE_BARO_BOARD 0
19
#endif
20
#endif
21
22
#endif
/* CONFIG_PC_SIM_H */
sw
airborne
boards
pc_sim.h
Generated on Tue Jun 21 2016 14:01:12 for Paparazzi UAS by
1.8.8