iwdg.h 126 B

12345678
  1. #ifndef __IWDG_H
  2. #define __IWDG_H
  3. #include "stm32f2xx.h"
  4. void IWDG_Configuration(uint16_t ms);
  5. void IWDG_feed(void);
  6. #endif