Subversion Repositories EngineBay2

Rev

Rev 38 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
38 mjames 1
 
2
/* Define to prevent recursive inclusion -------------------------------------*/
3
#ifndef __MAIN_EXPORTS_H
4
#define __MAIN_EXPORTS_H
5
 
6
#ifdef __cplusplus
7
extern "C" {
8
#endif
9
 
42 mjames 10
extern  uint16_t Temp_Observations[];
38 mjames 11
 
12
 
13
extern TIM_HandleTypeDef htim2;
14
extern TIM_HandleTypeDef htim3;
15
extern TIM_HandleTypeDef htim4;
16
 
17
extern SPI_HandleTypeDef hspi1;
18
 
19
 
20
 
21
#ifdef __cplusplus
22
}
23
#endif
24
 
25
 
26
 
27
#endif