add Ethernet

This commit is contained in:
proddy
2021-01-18 19:38:22 +01:00
parent b81435e713
commit 44045ae658
60 changed files with 905 additions and 973 deletions

View File

@@ -21,8 +21,13 @@
#include <string>
#include <Network.h>
NativeConsole Serial;
ETHClass ETH;
WiFiClass WiFi;
/* millis() on C++ native could be
for non-Arduino
millis():