DHT11

Committer:
jhon309
Date:
Thu Aug 13 00:21:57 2015 +0000
Revision:
0:c52df770855b
DHT11

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhon309 0:c52df770855b 1 /**
jhon309 0:c52df770855b 2 ******************************************************************************
jhon309 0:c52df770855b 3 * @file stm32f0xx_hal_conf_template.h
jhon309 0:c52df770855b 4 * @author MCD Application Team
jhon309 0:c52df770855b 5 * @version V1.2.0
jhon309 0:c52df770855b 6 * @date 11-December-2014
jhon309 0:c52df770855b 7 * @brief HAL configuration file.
jhon309 0:c52df770855b 8 ******************************************************************************
jhon309 0:c52df770855b 9 * @attention
jhon309 0:c52df770855b 10 *
jhon309 0:c52df770855b 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
jhon309 0:c52df770855b 12 *
jhon309 0:c52df770855b 13 * Redistribution and use in source and binary forms, with or without modification,
jhon309 0:c52df770855b 14 * are permitted provided that the following conditions are met:
jhon309 0:c52df770855b 15 * 1. Redistributions of source code must retain the above copyright notice,
jhon309 0:c52df770855b 16 * this list of conditions and the following disclaimer.
jhon309 0:c52df770855b 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
jhon309 0:c52df770855b 18 * this list of conditions and the following disclaimer in the documentation
jhon309 0:c52df770855b 19 * and/or other materials provided with the distribution.
jhon309 0:c52df770855b 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
jhon309 0:c52df770855b 21 * may be used to endorse or promote products derived from this software
jhon309 0:c52df770855b 22 * without specific prior written permission.
jhon309 0:c52df770855b 23 *
jhon309 0:c52df770855b 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
jhon309 0:c52df770855b 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
jhon309 0:c52df770855b 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
jhon309 0:c52df770855b 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
jhon309 0:c52df770855b 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
jhon309 0:c52df770855b 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
jhon309 0:c52df770855b 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
jhon309 0:c52df770855b 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
jhon309 0:c52df770855b 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
jhon309 0:c52df770855b 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
jhon309 0:c52df770855b 34 *
jhon309 0:c52df770855b 35 ******************************************************************************
jhon309 0:c52df770855b 36 */
jhon309 0:c52df770855b 37
jhon309 0:c52df770855b 38 /* Define to prevent recursive inclusion -------------------------------------*/
jhon309 0:c52df770855b 39 #ifndef __STM32F0xx_HAL_CONF_H
jhon309 0:c52df770855b 40 #define __STM32F0xx_HAL_CONF_H
jhon309 0:c52df770855b 41
jhon309 0:c52df770855b 42 #ifdef __cplusplus
jhon309 0:c52df770855b 43 extern "C" {
jhon309 0:c52df770855b 44 #endif
jhon309 0:c52df770855b 45
jhon309 0:c52df770855b 46 /* Exported types ------------------------------------------------------------*/
jhon309 0:c52df770855b 47 /* Exported constants --------------------------------------------------------*/
jhon309 0:c52df770855b 48
jhon309 0:c52df770855b 49 /* ########################## Module Selection ############################## */
jhon309 0:c52df770855b 50 /**
jhon309 0:c52df770855b 51 * @brief This is the list of modules to be used in the HAL driver
jhon309 0:c52df770855b 52 */
jhon309 0:c52df770855b 53 #define HAL_MODULE_ENABLED
jhon309 0:c52df770855b 54 #define HAL_ADC_MODULE_ENABLED
jhon309 0:c52df770855b 55 #define HAL_CAN_MODULE_ENABLED
jhon309 0:c52df770855b 56 #define HAL_CEC_MODULE_ENABLED
jhon309 0:c52df770855b 57 #define HAL_COMP_MODULE_ENABLED
jhon309 0:c52df770855b 58 #define HAL_CORTEX_MODULE_ENABLED
jhon309 0:c52df770855b 59 #define HAL_CRC_MODULE_ENABLED
jhon309 0:c52df770855b 60 #define HAL_DAC_MODULE_ENABLED
jhon309 0:c52df770855b 61 #define HAL_DMA_MODULE_ENABLED
jhon309 0:c52df770855b 62 #define HAL_FLASH_MODULE_ENABLED
jhon309 0:c52df770855b 63 #define HAL_GPIO_MODULE_ENABLED
jhon309 0:c52df770855b 64 #define HAL_I2C_MODULE_ENABLED
jhon309 0:c52df770855b 65 #define HAL_I2S_MODULE_ENABLED
jhon309 0:c52df770855b 66 #define HAL_IRDA_MODULE_ENABLED
jhon309 0:c52df770855b 67 #define HAL_IWDG_MODULE_ENABLED
jhon309 0:c52df770855b 68 #define HAL_PCD_MODULE_ENABLED
jhon309 0:c52df770855b 69 #define HAL_PWR_MODULE_ENABLED
jhon309 0:c52df770855b 70 #define HAL_RCC_MODULE_ENABLED
jhon309 0:c52df770855b 71 #define HAL_RTC_MODULE_ENABLED
jhon309 0:c52df770855b 72 #define HAL_SMARTCARD_MODULE_ENABLED
jhon309 0:c52df770855b 73 #define HAL_SMBUS_MODULE_ENABLED
jhon309 0:c52df770855b 74 #define HAL_SPI_MODULE_ENABLED
jhon309 0:c52df770855b 75 #define HAL_TIM_MODULE_ENABLED
jhon309 0:c52df770855b 76 #define HAL_TSC_MODULE_ENABLED
jhon309 0:c52df770855b 77 #define HAL_UART_MODULE_ENABLED
jhon309 0:c52df770855b 78 #define HAL_USART_MODULE_ENABLED
jhon309 0:c52df770855b 79 #define HAL_WWDG_MODULE_ENABLED
jhon309 0:c52df770855b 80
jhon309 0:c52df770855b 81 /* ######################### Oscillator Values adaptation ################### */
jhon309 0:c52df770855b 82 /**
jhon309 0:c52df770855b 83 * @brief Adjust the value of External High Speed oscillator (HSE) used in your application.
jhon309 0:c52df770855b 84 * This value is used by the RCC HAL module to compute the system frequency
jhon309 0:c52df770855b 85 * (when HSE is used as system clock source, directly or through the PLL).
jhon309 0:c52df770855b 86 */
jhon309 0:c52df770855b 87 #if !defined (HSE_VALUE)
jhon309 0:c52df770855b 88 #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
jhon309 0:c52df770855b 89 #endif /* HSE_VALUE */
jhon309 0:c52df770855b 90
jhon309 0:c52df770855b 91 /**
jhon309 0:c52df770855b 92 * @brief In the following line adjust the External High Speed oscillator (HSE) Startup
jhon309 0:c52df770855b 93 * Timeout value
jhon309 0:c52df770855b 94 */
jhon309 0:c52df770855b 95 #if !defined (HSE_STARTUP_TIMEOUT)
jhon309 0:c52df770855b 96 #define HSE_STARTUP_TIMEOUT ((uint32_t)500) /*!< Time out for HSE start up, in ms */
jhon309 0:c52df770855b 97 #endif /* HSE_STARTUP_TIMEOUT */
jhon309 0:c52df770855b 98
jhon309 0:c52df770855b 99 /**
jhon309 0:c52df770855b 100 * @brief Internal High Speed oscillator (HSI) value.
jhon309 0:c52df770855b 101 * This value is used by the RCC HAL module to compute the system frequency
jhon309 0:c52df770855b 102 * (when HSI is used as system clock source, directly or through the PLL).
jhon309 0:c52df770855b 103 */
jhon309 0:c52df770855b 104 #if !defined (HSI_VALUE)
jhon309 0:c52df770855b 105 #define HSI_VALUE ((uint32_t)8000000) /*!< Value of the Internal oscillator in Hz*/
jhon309 0:c52df770855b 106 #endif /* HSI_VALUE */
jhon309 0:c52df770855b 107
jhon309 0:c52df770855b 108 /**
jhon309 0:c52df770855b 109 * @brief In the following line adjust the Internal High Speed oscillator (HSI) Startup
jhon309 0:c52df770855b 110 * Timeout value
jhon309 0:c52df770855b 111 */
jhon309 0:c52df770855b 112 #if !defined (HSI_STARTUP_TIMEOUT)
jhon309 0:c52df770855b 113 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */
jhon309 0:c52df770855b 114 #endif /* HSI_STARTUP_TIMEOUT */
jhon309 0:c52df770855b 115
jhon309 0:c52df770855b 116 /**
jhon309 0:c52df770855b 117 * @brief Internal High Speed oscillator for ADC (HSI14) value.
jhon309 0:c52df770855b 118 */
jhon309 0:c52df770855b 119 #if !defined (HSI14_VALUE)
jhon309 0:c52df770855b 120 #define HSI14_VALUE ((uint32_t)14000000) /*!< Value of the Internal High Speed oscillator for ADC in Hz.
jhon309 0:c52df770855b 121 The real value may vary depending on the variations
jhon309 0:c52df770855b 122 in voltage and temperature. */
jhon309 0:c52df770855b 123 #endif /* HSI14_VALUE */
jhon309 0:c52df770855b 124
jhon309 0:c52df770855b 125 /**
jhon309 0:c52df770855b 126 * @brief Internal High Speed oscillator for USB (HSI48) value.
jhon309 0:c52df770855b 127 */
jhon309 0:c52df770855b 128 #if !defined (HSI48_VALUE)
jhon309 0:c52df770855b 129 #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal High Speed oscillator for USB in Hz.
jhon309 0:c52df770855b 130 The real value may vary depending on the variations
jhon309 0:c52df770855b 131 in voltage and temperature. */
jhon309 0:c52df770855b 132 #endif /* HSI48_VALUE */
jhon309 0:c52df770855b 133
jhon309 0:c52df770855b 134 /**
jhon309 0:c52df770855b 135 * @brief Internal Low Speed oscillator (LSI) value.
jhon309 0:c52df770855b 136 */
jhon309 0:c52df770855b 137 #if !defined (LSI_VALUE)
jhon309 0:c52df770855b 138 #define LSI_VALUE ((uint32_t)40000)
jhon309 0:c52df770855b 139 #endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
jhon309 0:c52df770855b 140 The real value may vary depending on the variations
jhon309 0:c52df770855b 141 in voltage and temperature. */
jhon309 0:c52df770855b 142 /**
jhon309 0:c52df770855b 143 * @brief External Low Speed oscillator (LSE) value.
jhon309 0:c52df770855b 144 */
jhon309 0:c52df770855b 145 #if !defined (LSE_VALUE)
jhon309 0:c52df770855b 146 #define LSE_VALUE ((uint32_t)32768) /*!< Value of the External Low Speed oscillator in Hz */
jhon309 0:c52df770855b 147 #endif /* LSE_VALUE */
jhon309 0:c52df770855b 148
jhon309 0:c52df770855b 149
jhon309 0:c52df770855b 150 /* Tip: To avoid modifying this file each time you need to use different HSE,
jhon309 0:c52df770855b 151 === you can define the HSE value in your toolchain compiler preprocessor. */
jhon309 0:c52df770855b 152
jhon309 0:c52df770855b 153 /* ########################### System Configuration ######################### */
jhon309 0:c52df770855b 154 /**
jhon309 0:c52df770855b 155 * @brief This is the HAL system configuration section
jhon309 0:c52df770855b 156 */
jhon309 0:c52df770855b 157 #define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
jhon309 0:c52df770855b 158 #define TICK_INT_PRIORITY ((uint32_t)(1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt priority (lowest by default) */
jhon309 0:c52df770855b 159 /* Warning: Must be set to higher priority for HAL_Delay() */
jhon309 0:c52df770855b 160 /* and HAL_GetTick() usage under interrupt context */
jhon309 0:c52df770855b 161 #define USE_RTOS 0
jhon309 0:c52df770855b 162 #define PREFETCH_ENABLE 1
jhon309 0:c52df770855b 163 #define INSTRUCTION_CACHE_ENABLE 0
jhon309 0:c52df770855b 164 #define DATA_CACHE_ENABLE 0
jhon309 0:c52df770855b 165
jhon309 0:c52df770855b 166 /* ########################## Assert Selection ############################## */
jhon309 0:c52df770855b 167 /**
jhon309 0:c52df770855b 168 * @brief Uncomment the line below to expanse the "assert_param" macro in the
jhon309 0:c52df770855b 169 * HAL drivers code
jhon309 0:c52df770855b 170 */
jhon309 0:c52df770855b 171 /*#define USE_FULL_ASSERT 1*/
jhon309 0:c52df770855b 172
jhon309 0:c52df770855b 173 /* Includes ------------------------------------------------------------------*/
jhon309 0:c52df770855b 174 /**
jhon309 0:c52df770855b 175 * @brief Include module's header file
jhon309 0:c52df770855b 176 */
jhon309 0:c52df770855b 177
jhon309 0:c52df770855b 178 #ifdef HAL_RCC_MODULE_ENABLED
jhon309 0:c52df770855b 179 #include "stm32f0xx_hal_rcc.h"
jhon309 0:c52df770855b 180 #endif /* HAL_RCC_MODULE_ENABLED */
jhon309 0:c52df770855b 181
jhon309 0:c52df770855b 182 #ifdef HAL_GPIO_MODULE_ENABLED
jhon309 0:c52df770855b 183 #include "stm32f0xx_hal_gpio.h"
jhon309 0:c52df770855b 184 #endif /* HAL_GPIO_MODULE_ENABLED */
jhon309 0:c52df770855b 185
jhon309 0:c52df770855b 186 #ifdef HAL_DMA_MODULE_ENABLED
jhon309 0:c52df770855b 187 #include "stm32f0xx_hal_dma.h"
jhon309 0:c52df770855b 188 #endif /* HAL_DMA_MODULE_ENABLED */
jhon309 0:c52df770855b 189
jhon309 0:c52df770855b 190 #ifdef HAL_CORTEX_MODULE_ENABLED
jhon309 0:c52df770855b 191 #include "stm32f0xx_hal_cortex.h"
jhon309 0:c52df770855b 192 #endif /* HAL_CORTEX_MODULE_ENABLED */
jhon309 0:c52df770855b 193
jhon309 0:c52df770855b 194 #ifdef HAL_ADC_MODULE_ENABLED
jhon309 0:c52df770855b 195 #include "stm32f0xx_hal_adc.h"
jhon309 0:c52df770855b 196 #endif /* HAL_ADC_MODULE_ENABLED */
jhon309 0:c52df770855b 197
jhon309 0:c52df770855b 198 #ifdef HAL_CAN_MODULE_ENABLED
jhon309 0:c52df770855b 199 #include "stm32f0xx_hal_can.h"
jhon309 0:c52df770855b 200 #endif /* HAL_CAN_MODULE_ENABLED */
jhon309 0:c52df770855b 201
jhon309 0:c52df770855b 202 #ifdef HAL_CEC_MODULE_ENABLED
jhon309 0:c52df770855b 203 #include "stm32f0xx_hal_cec.h"
jhon309 0:c52df770855b 204 #endif /* HAL_CEC_MODULE_ENABLED */
jhon309 0:c52df770855b 205
jhon309 0:c52df770855b 206 #ifdef HAL_COMP_MODULE_ENABLED
jhon309 0:c52df770855b 207 #include "stm32f0xx_hal_comp.h"
jhon309 0:c52df770855b 208 #endif /* HAL_COMP_MODULE_ENABLED */
jhon309 0:c52df770855b 209
jhon309 0:c52df770855b 210 #ifdef HAL_CRC_MODULE_ENABLED
jhon309 0:c52df770855b 211 #include "stm32f0xx_hal_crc.h"
jhon309 0:c52df770855b 212 #endif /* HAL_CRC_MODULE_ENABLED */
jhon309 0:c52df770855b 213
jhon309 0:c52df770855b 214 #ifdef HAL_DAC_MODULE_ENABLED
jhon309 0:c52df770855b 215 #include "stm32f0xx_hal_dac.h"
jhon309 0:c52df770855b 216 #endif /* HAL_DAC_MODULE_ENABLED */
jhon309 0:c52df770855b 217
jhon309 0:c52df770855b 218 #ifdef HAL_FLASH_MODULE_ENABLED
jhon309 0:c52df770855b 219 #include "stm32f0xx_hal_flash.h"
jhon309 0:c52df770855b 220 #endif /* HAL_FLASH_MODULE_ENABLED */
jhon309 0:c52df770855b 221
jhon309 0:c52df770855b 222 #ifdef HAL_I2C_MODULE_ENABLED
jhon309 0:c52df770855b 223 #include "stm32f0xx_hal_i2c.h"
jhon309 0:c52df770855b 224 #endif /* HAL_I2C_MODULE_ENABLED */
jhon309 0:c52df770855b 225
jhon309 0:c52df770855b 226 #ifdef HAL_I2S_MODULE_ENABLED
jhon309 0:c52df770855b 227 #include "stm32f0xx_hal_i2s.h"
jhon309 0:c52df770855b 228 #endif /* HAL_I2S_MODULE_ENABLED */
jhon309 0:c52df770855b 229
jhon309 0:c52df770855b 230 #ifdef HAL_IRDA_MODULE_ENABLED
jhon309 0:c52df770855b 231 #include "stm32f0xx_hal_irda.h"
jhon309 0:c52df770855b 232 #endif /* HAL_IRDA_MODULE_ENABLED */
jhon309 0:c52df770855b 233
jhon309 0:c52df770855b 234 #ifdef HAL_IWDG_MODULE_ENABLED
jhon309 0:c52df770855b 235 #include "stm32f0xx_hal_iwdg.h"
jhon309 0:c52df770855b 236 #endif /* HAL_IWDG_MODULE_ENABLED */
jhon309 0:c52df770855b 237
jhon309 0:c52df770855b 238 #ifdef HAL_PCD_MODULE_ENABLED
jhon309 0:c52df770855b 239 #include "stm32f0xx_hal_pcd.h"
jhon309 0:c52df770855b 240 #endif /* HAL_PCD_MODULE_ENABLED */
jhon309 0:c52df770855b 241
jhon309 0:c52df770855b 242 #ifdef HAL_PWR_MODULE_ENABLED
jhon309 0:c52df770855b 243 #include "stm32f0xx_hal_pwr.h"
jhon309 0:c52df770855b 244 #endif /* HAL_PWR_MODULE_ENABLED */
jhon309 0:c52df770855b 245
jhon309 0:c52df770855b 246 #ifdef HAL_RTC_MODULE_ENABLED
jhon309 0:c52df770855b 247 #include "stm32f0xx_hal_rtc.h"
jhon309 0:c52df770855b 248 #endif /* HAL_RTC_MODULE_ENABLED */
jhon309 0:c52df770855b 249
jhon309 0:c52df770855b 250 #ifdef HAL_SMARTCARD_MODULE_ENABLED
jhon309 0:c52df770855b 251 #include "stm32f0xx_hal_smartcard.h"
jhon309 0:c52df770855b 252 #endif /* HAL_SMARTCARD_MODULE_ENABLED */
jhon309 0:c52df770855b 253
jhon309 0:c52df770855b 254 #ifdef HAL_SMBUS_MODULE_ENABLED
jhon309 0:c52df770855b 255 #include "stm32f0xx_hal_smbus.h"
jhon309 0:c52df770855b 256 #endif /* HAL_SMBUS_MODULE_ENABLED */
jhon309 0:c52df770855b 257
jhon309 0:c52df770855b 258 #ifdef HAL_SPI_MODULE_ENABLED
jhon309 0:c52df770855b 259 #include "stm32f0xx_hal_spi.h"
jhon309 0:c52df770855b 260 #endif /* HAL_SPI_MODULE_ENABLED */
jhon309 0:c52df770855b 261
jhon309 0:c52df770855b 262 #ifdef HAL_TIM_MODULE_ENABLED
jhon309 0:c52df770855b 263 #include "stm32f0xx_hal_tim.h"
jhon309 0:c52df770855b 264 #endif /* HAL_TIM_MODULE_ENABLED */
jhon309 0:c52df770855b 265
jhon309 0:c52df770855b 266 #ifdef HAL_TSC_MODULE_ENABLED
jhon309 0:c52df770855b 267 #include "stm32f0xx_hal_tsc.h"
jhon309 0:c52df770855b 268 #endif /* HAL_TSC_MODULE_ENABLED */
jhon309 0:c52df770855b 269
jhon309 0:c52df770855b 270 #ifdef HAL_UART_MODULE_ENABLED
jhon309 0:c52df770855b 271 #include "stm32f0xx_hal_uart.h"
jhon309 0:c52df770855b 272 #endif /* HAL_UART_MODULE_ENABLED */
jhon309 0:c52df770855b 273
jhon309 0:c52df770855b 274 #ifdef HAL_USART_MODULE_ENABLED
jhon309 0:c52df770855b 275 #include "stm32f0xx_hal_usart.h"
jhon309 0:c52df770855b 276 #endif /* HAL_USART_MODULE_ENABLED */
jhon309 0:c52df770855b 277
jhon309 0:c52df770855b 278 #ifdef HAL_WWDG_MODULE_ENABLED
jhon309 0:c52df770855b 279 #include "stm32f0xx_hal_wwdg.h"
jhon309 0:c52df770855b 280 #endif /* HAL_WWDG_MODULE_ENABLED */
jhon309 0:c52df770855b 281
jhon309 0:c52df770855b 282 /* Exported macro ------------------------------------------------------------*/
jhon309 0:c52df770855b 283 #ifdef USE_FULL_ASSERT
jhon309 0:c52df770855b 284 /**
jhon309 0:c52df770855b 285 * @brief The assert_param macro is used for function's parameters check.
jhon309 0:c52df770855b 286 * @param expr: If expr is false, it calls assert_failed function
jhon309 0:c52df770855b 287 * which reports the name of the source file and the source
jhon309 0:c52df770855b 288 * line number of the call that failed.
jhon309 0:c52df770855b 289 * If expr is true, it returns no value.
jhon309 0:c52df770855b 290 * @retval None
jhon309 0:c52df770855b 291 */
jhon309 0:c52df770855b 292 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
jhon309 0:c52df770855b 293 /* Exported functions ------------------------------------------------------- */
jhon309 0:c52df770855b 294 void assert_failed(uint8_t* file, uint32_t line);
jhon309 0:c52df770855b 295 #else
jhon309 0:c52df770855b 296 #define assert_param(expr) ((void)0)
jhon309 0:c52df770855b 297 #endif /* USE_FULL_ASSERT */
jhon309 0:c52df770855b 298
jhon309 0:c52df770855b 299 #ifdef __cplusplus
jhon309 0:c52df770855b 300 }
jhon309 0:c52df770855b 301 #endif
jhon309 0:c52df770855b 302
jhon309 0:c52df770855b 303 #endif /* __STM32F0xx_HAL_CONF_H */
jhon309 0:c52df770855b 304
jhon309 0:c52df770855b 305
jhon309 0:c52df770855b 306 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
jhon309 0:c52df770855b 307