| 12345678910111213141516171819 |
- #ifndef __WIFI_CONF_H
- #define __WIFI_CONF_H
- #include "main.h"
- extern void Configuration_WIFI_Usart1 ( void );
- extern void NVIC_Configuration_WIFI_USART1 ( void );
- extern void Configuration_ResetWifi ( void );
- extern void Configuration_WifiLed ( void );
- extern void WifiHardReset ( void );
- extern void WifiSoftReset ( void );
- #endif
|