Subversion Repositories EngineBay2

Rev

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

  1. /*
  2.  * misc.h
  3.  *
  4.  *  Created on: 21 Sep 2016
  5.  *      Author: Mike
  6.  *
  7.  *      $Log$
  8.  */
  9.  
  10. #ifndef MISC_H_
  11. #define MISC_H_
  12.  
  13. extern void _init(void);
  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. extern void resetSerialTimeout(void);
  21.  
  22.  
  23. #endif /* MISC_H_ */
  24.