reset.h 173 B

1234567891011
  1. #ifndef __RESET_H
  2. #define __RESET_H
  3. #include "stm32f2xx.h"
  4. #define RESET_PIN GPIO_PIN_7
  5. void resetConfig(void);
  6. void reset_task_creat(void);
  7. #endif