initial commit
This commit is contained in:
@@ -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