first commit
This commit is contained in:
20
main/wifi_service/wifi_service.h
Normal file
20
main/wifi_service/wifi_service.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* wifi_service.h
|
||||
*
|
||||
* Created on: 26 May 2026
|
||||
* Author: Christian Lind Vie Madsen
|
||||
*/
|
||||
|
||||
#ifndef MAIN_WIFI_SERVICE_WIFI_SERVICE_H_
|
||||
#define MAIN_WIFI_SERVICE_WIFI_SERVICE_H_
|
||||
|
||||
|
||||
|
||||
|
||||
int wifi_scan_to_buffer(char ssid[][33], int *rssi, int max_len);
|
||||
void wifi_init_start(void);
|
||||
int wifi_IsConnected();
|
||||
int wifi_get_rssi(void);
|
||||
|
||||
|
||||
#endif /* MAIN_WIFI_SERVICE_WIFI_SERVICE_H_ */
|
||||
Reference in New Issue
Block a user