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
gpio_def.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 Gautier Hattenberger
3 *
4 * This file is part of paparazzi.
5 *
6 * paparazzi is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
10 *
11 * paparazzi is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with paparazzi; see the file COPYING. If not, see
18 * <http://www.gnu.org/licenses/>.
19 *
20 */
21
28#ifndef GPIO_DEF_H
29#define GPIO_DEF_H
30
31#define GPIO0 0
32#define GPIO1 1
33#define GPIO2 2
34#define GPIO3 3
35#define GPIO4 4
36#define GPIO5 5
37#define GPIO6 6
38#define GPIO7 7
39#define GPIO8 8
40#define GPIO9 9
41#define GPIO10 10
42#define GPIO11 11
43#define GPIO12 12
44#define GPIO13 13
45#define GPIO14 14
46#define GPIO15 15
47#define GPIO16 16
48#define GPIO17 17
49#define GPIO18 18
50#define GPIO19 19
51#define GPIO20 20
52#define GPIO21 21
53#define GPIO22 22
54#define GPIO23 23
55#define GPIO24 24
56#define GPIO25 25
57#define GPIO26 26
58#define GPIO27 27
59#define GPIO28 28
60#define GPIO29 29
61#define GPIO30 30
62#define GPIO31 31
63
64#define GPIO_AF0 0
65#define GPIO_AF1 1
66#define GPIO_AF2 2
67#define GPIO_AF3 3
68#define GPIO_AF4 4
69#define GPIO_AF5 5
70#define GPIO_AF6 6
71#define GPIO_AF7 7
72#define GPIO_AF8 8
73#define GPIO_AF9 9
74#define GPIO_AF10 10
75#define GPIO_AF11 11
76#define GPIO_AF12 12
77#define GPIO_AF13 13
78#define GPIO_AF14 14
79#define GPIO_AF15 15
80
81#endif /* GPIO_DEF_H */
82