Subversion Repositories EngineBay2

Rev

Rev 9 | 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. extern volatile char TimerFlag;
  16.  
  17. extern volatile char NoSerialInCTR; // Missing characters coming in on USART1
  18. extern volatile char NoSerialIn;
  19.  
  20.  
  21. #endif /* MAIN_H_ */
  22.