Skip to content

Commit 56ab3e9

Browse files
committed
Standardize format of example sketch titles
1 parent 993eea8 commit 56ab3e9

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

examples/BarometricPressureWebServer/BarometricPressureWebServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SCP1000 Barometric Pressure Sensor Display
2+
SCP1000 Barometric Pressure Sensor Display
33
44
Serves the output of a Barometric Pressure Sensor as a web page.
55
Uses the SPI library. For details on the sensor, see:

examples/DhcpChatServer/DhcpChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
DHCP Chat Server
2+
DHCP Chat Server
33
44
A simple server that distributes any incoming messages to all
55
connected clients. To use, telnet to your device's IP address and type.

examples/LinkStatus/LinkStatus.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Link Status
3+
34
This sketch prints the Ethernet link status. When the
45
Ethernet cable is connected the link status should go to "ON".
56
NOTE: Only WIZnet W5200 and W5500 are capable of reporting

examples/PagerServer/PagerServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Pager Server
2+
Pager Server
33
44
A simple server that echoes any incoming messages to all
55
connected clients. Connect two or more telnet sessions

examples/TelnetClient/TelnetClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Telnet client
2+
Telnet client
33
44
This sketch connects to a telnet server (http://www.google.com)
55
using an Arduino WIZnet Ethernet shield. You'll need a telnet server

examples/UDPSendReceiveString/UDPSendReceiveString.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
UDPSendReceiveString:
2+
UDPSendReceiveString
3+
34
This sketch receives UDP message strings, prints them to the serial port
45
and sends an "acknowledge" string back to the sender
56

examples/UdpNtpClient/UdpNtpClient.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
32
Udp NTP Client
43
54
Get the time from a Network Time Protocol (NTP) time server

examples/WebClient/WebClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Web client
2+
Web client
33
44
This sketch connects to a website (http://www.google.com)
55
using an Arduino WIZnet Ethernet shield.

examples/WebClientRepeating/WebClientRepeating.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Repeating Web client
2+
Repeating Web client
33
44
This sketch connects to a a web server and makes a request
55
using a WIZnet Ethernet shield. You can use the Arduino Ethernet Shield, or

examples/WebServer/WebServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Web Server
2+
Web Server
33
44
A simple web server that shows the value of the analog input pins.
55
using an Arduino WIZnet Ethernet shield.

0 commit comments

Comments
 (0)