LoRaMesher Library
0.0.5
A LoRa Mesh library for the IoT
WiFiService.h
1
#ifndef _LORAMESHER_WIFI_SERVICE_H
2
#define _LORAMESHER_WIFI_SERVICE_H
3
4
#include <Arduino.h>
5
6
// WiFi libraries
7
#include <WiFi.h>
8
9
#include "ArduinoLog.h"
10
11
class
WiFiService {
12
public
:
17
static
void
init();
18
24
static
uint16_t getLocalAddress();
25
26
private
:
27
32
static
uint16_t localAddress;
33
34
};
35
36
#endif
LoRaMesher
src
services
WiFiService.h
Generated by
1.9.3