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 
serialPort_t * Serial1
Definition: term.c:33
void setup(void)
Definition: accelgyro.c:40
void loop(void)
Definition: accelgyro.c:50


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:46