Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
firmware
boards
breezy
breezystm32
breezystm32.h
Go to the documentation of this file.
1
/*
2
breezystm32.h : general header for BreezySTM32 library
3
4
Copyright (C) 2016 Simon D. Levy
5
6
This file is part of BreezySTM32.
7
8
BreezySTM32 is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation, either version 3 of the License, or
11
(at your option) any later version.
12
13
BreezySTM32 is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with BreezySTM32. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
#pragma once
23
24
#include <stdbool.h>
25
#include <stdlib.h>
26
27
#include "
stm32f10x_conf.h
"
28
29
#include "
drv_adc.h
"
30
#include "
drv_i2c.h
"
31
#include "
drv_serial.h
"
32
#include "
drv_gpio.h
"
33
#include "
drv_system.h
"
34
#include "
drv_pwm.h
"
35
#include "
drv_uart.h
"
36
#include "
drv_mpu6050.h
"
37
#include "
drv_ms5611.h
"
38
#include "
drv_bmp280.h
"
39
#include "
drv_mb1242.h
"
40
#include "
drv_sen13680.h
"
41
#include "
drv_spi.h
"
42
#include "
drv_gpio.h
"
43
#include "
drv_m25p16.h
"
44
#include "
drv_flashfs.h
"
45
#include "
drv_ms4525.h
"
46
#include "
drv_hmc5883l.h
"
47
48
#ifdef BREEZYPRINTF
49
#include "
breezyprintf.h
"
50
#endif
51
52
extern
serialPort_t
*
Serial1
;
53
54
void
setup
(
void
);
55
56
void
loop
(
void
);
57
drv_pwm.h
drv_bmp280.h
Serial1
serialPort_t * Serial1
Definition:
term.c:33
drv_flashfs.h
setup
void setup(void)
Definition:
accelgyro.c:40
drv_adc.h
loop
void loop(void)
Definition:
accelgyro.c:50
drv_spi.h
drv_m25p16.h
drv_mpu6050.h
drv_serial.h
drv_hmc5883l.h
drv_sen13680.h
drv_i2c.h
stm32f10x_conf.h
drv_gpio.h
serialPort
Definition:
drv_serial.h:33
drv_system.h
drv_ms4525.h
drv_ms5611.h
breezyprintf.h
drv_mb1242.h
drv_uart.h
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Wed Jul 3 2019 19:59:24