Files
Last update 2 years 1 month
by
PzCampus
Filessoftwarecoreinc | |
---|---|
.. | |
dcc | |
gpio.h | |
main.h | |
stm32l0xx_hal_conf.h | |
stm32l0xx_it.h | |
tim.h |
gpio.h/** ****************************************************************************** * @file gpio.h * @brief This file contains all the function prototypes for * the gpio.c file ****************************************************************************** * @attention * * Copyright (c) 2022 STMicroelectronics. * All rights reserved. * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** */ #ifndef __GPIO_H #define __GPIO_H #include "main.h" void MX_GPIO_Init(void); #endif /*__ GPIO_H */