Subversion Repositories EngineBay2

Rev

Rev 42 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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.  
  10.  
  11. extern TIM_HandleTypeDef htim2;
  12. extern TIM_HandleTypeDef htim3;
  13. extern TIM_HandleTypeDef htim4;
  14.  
  15. extern SPI_HandleTypeDef hspi1;
  16.  
  17.  
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23.  
  24.  
  25. #endif
  26.