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

libraries/Native_Ethernet/examples/UdpNtpClient/UdpNtpClient.ino renamed to libraries/NativeEthernet/examples/UdpNtpClient/UdpNtpClient.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
#include <EthernetUdp.h>
2323

2424
// Enter a MAC address for your controller below.

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

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

17-
#include <Native_Ethernet.h>
17+
#include <NativeEthernet.h>
1818

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
*/
2424

25-
#include <Native_Ethernet.h>
25+
#include <NativeEthernet.h>
2626

2727
// assign a MAC address for the ethernet controller.
2828
// fill in your address here:

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

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

20-
#include <Native_Ethernet.h>
20+
#include <NativeEthernet.h>
2121

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

libraries/Native_Ethernet/library.properties renamed to libraries/NativeEthernet/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Native_Ethernet
1+
name=NativeEthernet
22
version=1.0.0
33
author=Various
44
maintainer=STMicroelectronics

libraries/Native_Ethernet/src/EthernetClient.cpp renamed to libraries/NativeEthernet/src/EthernetClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extern "C" {
44

55
#include "Arduino.h"
66

7-
#include "Native_Ethernet.h"
7+
#include "NativeEthernet.h"
88
#include "EthernetClient.h"
99
#include "EthernetServer.h"
1010
#include "Dns.h"

libraries/Native_Ethernet/src/EthernetServer.cpp renamed to libraries/NativeEthernet/src/EthernetServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extern "C" {
22
#include "string.h"
33
}
44

5-
#include "Native_Ethernet.h"
5+
#include "NativeEthernet.h"
66
#include "EthernetClient.h"
77
#include "EthernetServer.h"
88

libraries/Native_Ethernet/src/EthernetUdp.cpp renamed to libraries/NativeEthernet/src/EthernetUdp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* [email protected] 12/30/2008
2727
*/
2828

29-
#include "Native_Ethernet.h"
29+
#include "NativeEthernet.h"
3030
#include "Udp.h"
3131
#include "Dns.h"
3232

libraries/Native_Ethernet/src/Native_Ethernet.cpp renamed to libraries/NativeEthernet/src/NativeEthernet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Native_Ethernet.h"
1+
#include "NativeEthernet.h"
22
#include "Dhcp.h"
33

44
int EthernetClass::begin(uint8_t *mac_address, unsigned long timeout, unsigned long responseTimeout)

0 commit comments

Comments
 (0)