wifi_gpio_conf.h 360 B

12345678910111213141516171819
  1. #ifndef __WIFI_CONF_H
  2. #define __WIFI_CONF_H
  3. #include "main.h"
  4. extern void Configuration_WIFI_Usart1 ( void );
  5. extern void NVIC_Configuration_WIFI_USART1 ( void );
  6. extern void Configuration_ResetWifi ( void );
  7. extern void Configuration_WifiLed ( void );
  8. extern void WifiHardReset ( void );
  9. extern void WifiSoftReset ( void );
  10. #endif