Files
pi-dashboard/components/esp_wifi_bsp/esp_wifi_bsp.h
Mikkeli Matlock 19db125619 initial commit
2026-02-15 02:48:59 +09:00

11 lines
196 B
C

#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