main.h 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. ******************************************************************************
  3. * @file Templates/Inc/main.h
  4. * @author MCD Application Team
  5. * @brief Header for main.c module
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * Copyright (c) 2016 STMicroelectronics.
  10. * All rights reserved.
  11. *
  12. * This software is licensed under terms that can be found in the LICENSE file
  13. * in the root directory of this software component.
  14. * If no LICENSE file comes with this software, it is provided AS-IS.
  15. *
  16. ******************************************************************************
  17. */
  18. /* Define to prevent recursive inclusion -------------------------------------*/
  19. #ifndef __MAIN_H
  20. #define __MAIN_H
  21. /* Includes ------------------------------------------------------------------*/
  22. #include "stm32l0xx_hal.h"
  23. #include "stm32l0xx_nucleo.h"
  24. /* Exported types ------------------------------------------------------------*/
  25. /* Exported constants --------------------------------------------------------*/
  26. /* Exported macro ------------------------------------------------------------*/
  27. /* Exported functions ------------------------------------------------------- */
  28. #endif /* __MAIN_H */