initial commit
This commit is contained in:
11
components/esp_wifi_bsp/esp_wifi_bsp.h
Normal file
11
components/esp_wifi_bsp/esp_wifi_bsp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ESP_WIFI_BSP_H
|
||||
#define ESP_WIFI_BSP_H
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
#include "freertos/queue.h"
|
||||
#include "esp_wifi.h" //WIFI
|
||||
|
||||
void espwifi_Init(void);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user