Subversion Repositories EngineBay2

Rev

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

Rev Author Line No. Line
8 mjames 1
/*
2
 * main.h
3
 *
4
 *  Created on: 5 Oct 2016
5
 *      Author: Mike
6
 */
7
 
8
#ifndef MAIN_H_
9
#define MAIN_H_
10
 
11
 
12
extern TIM_HandleTypeDef htim2;
13
extern TIM_HandleTypeDef htim6;
14
 
15
 
16
 
17
#endif /* MAIN_H_ */