Skip to content

Commit 32f0311

Browse files
veecle-stefanStefan Nuernberger
andauthored
W6100 implementation based on W5500 driver (#2346)
Added new RawDevice (W6100) for lwIP Ethernet --------- Co-authored-by: Stefan Nuernberger <[email protected]>
1 parent f45db86 commit 32f0311

File tree

3 files changed

+1345
-0
lines changed

3 files changed

+1345
-0
lines changed

libraries/lwIP_w6100/src/W6100lwIP.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#pragma once
2+
3+
#include <LwipIntfDev.h>
4+
#include <utility/w6100.h>
5+
#include <LwipEthernet.h>
6+
#include <WiFi.h>
7+
8+
using Wiznet6100lwIP = LwipIntfDev<Wiznet6100>;

0 commit comments

Comments
 (0)