Subversion Repositories EngineBay2

Rev

Rev 8 | Rev 29 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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_ */
  18.