Skip to content

Commit e08f8d4

Browse files
author
fpr
committed
Renamed Ethernet library
Signed-off-by: fpr <[email protected]>
1 parent 0f94a7c commit e08f8d4

32 files changed

+16
-16
lines changed
File renamed without changes.

libraries/Native_Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino renamed to libraries/NativeEthernet/examples/AdvancedChatServer/AdvancedChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
*/
2121

22-
#include <Native_Ethernet.h>
22+
#include <NativeEthernet.h>
2323

2424
// Enter a MAC address and IP address for your controller below.
2525
// The IP address will be dependent on your local network.

libraries/Native_Ethernet/examples/BarometricPressureWebServer/BarometricPressureWebServer.ino renamed to libraries/NativeEthernet/examples/BarometricPressureWebServer/BarometricPressureWebServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
by Tom Igoe
2121
*/
2222

23-
#include <Native_Ethernet.h>
23+
#include <NativeEthernet.h>
2424
// the sensor communicates using SPI, so include the library:
2525
#include <SPI.h>
2626

libraries/Native_Ethernet/examples/ChatServer/ChatServer.ino renamed to libraries/NativeEthernet/examples/ChatServer/ChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
*/
1818

19-
#include <Native_Ethernet.h>
19+
#include <NativeEthernet.h>
2020

2121
// Enter a MAC address and IP address for your controller below.
2222
// The IP address will be dependent on your local network.

libraries/Native_Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino renamed to libraries/NativeEthernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
*/
1818

19-
#include <Native_Ethernet.h>
19+
#include <NativeEthernet.h>
2020

2121
// Enter a MAC address for your controller below.
2222
// Newer Ethernet shields have a MAC address printed on a sticker on the shield

libraries/Native_Ethernet/examples/DhcpChatServer/DhcpChatServer.ino renamed to libraries/NativeEthernet/examples/DhcpChatServer/DhcpChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
*/
2222

23-
#include <Native_Ethernet.h>
23+
#include <NativeEthernet.h>
2424

2525
// Enter a MAC address and IP address for your controller below.
2626
// The IP address will be dependent on your local network.

libraries/Native_Ethernet/examples/TelnetClient/TelnetClient.ino renamed to libraries/NativeEthernet/examples/TelnetClient/TelnetClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
*/
2020

21-
#include <Native_Ethernet.h>
21+
#include <NativeEthernet.h>
2222

2323
// Enter a MAC address and IP address for your controller below.
2424
// The IP address will be dependent on your local network:

libraries/Native_Ethernet/examples/UDPSendReceiveString/UDPSendReceiveString.ino renamed to libraries/NativeEthernet/examples/UDPSendReceiveString/UDPSendReceiveString.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515

16-
#include <Native_Ethernet.h>
16+
#include <NativeEthernet.h>
1717
#include <EthernetUdp.h> // UDP library from: [email protected] 12/30/2008
1818

1919

0 commit comments

Comments
 (0)