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
px4_gimbal.h
Go to the documentation of this file.
1/*
2 * Copyright (C) Kevin van Hecke
3 *
4 * This file is part of paparazzi
5 *
6 */
13#ifndef PX4_GIMBAL_H
14#define PX4_GIMBAL_H
15
16 extern void px4_gimbal_init(void);
17 extern void px4_set_gimbal_angle_periodic(void);
18
19#endif
20
void px4_set_gimbal_angle_periodic(void)
Definition px4_gimbal.c:42
void px4_gimbal_init(void)
Definition px4_gimbal.c:36