Files
Arduino/WeatherPredictor/net.h
T

7 lines
93 B
C

#pragma once
#include <Arduino.h>
bool netBegin();
bool netConnected();
String netIP();