Skip to content

Commit 1d13cd4

Browse files
committed
Merge branch 'master' of github.com:arduino/Arduino
2 parents 4dad135 + 305d0f0 commit 1d13cd4

File tree

9 files changed

+21
-12
lines changed

9 files changed

+21
-12
lines changed

libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,8 +27,8 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 25 July 2009
30-
by David A. Mellis
30+
modified 22 Nov 2010
31+
by Tom Igoe
3132
3233
This example code is in the public domain.
3334

libraries/LiquidCrystal/examples/Blink/Blink.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,7 +27,7 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 8 Feb 2010
30+
modified 22 Nov 2010
3031
by Tom Igoe
3132
3233
This example code is in the public domain.

libraries/LiquidCrystal/examples/Cursor/Cursor.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* LCD D5 pin to digital pin 4
1818
* LCD D6 pin to digital pin 3
1919
* LCD D7 pin to digital pin 2
20+
* LCD R/W pin to ground
2021
* 10K resistor:
2122
* ends to +5V and ground
2223
* wiper to LCD VO pin (pin 3)
@@ -27,7 +28,7 @@
2728
by Limor Fried (http://www.ladyada.net)
2829
example added 9 Jul 2009
2930
by Tom Igoe
30-
modified 8 Feb 2010
31+
modified 22 Nov 2010
3132
by Tom Igoe
3233
3334
This example code is in the public domain.

libraries/LiquidCrystal/examples/Display/Display.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* LCD D5 pin to digital pin 4
1818
* LCD D6 pin to digital pin 3
1919
* LCD D7 pin to digital pin 2
20+
* LCD R/W pin to ground
2021
* 10K resistor:
2122
* ends to +5V and ground
2223
* wiper to LCD VO pin (pin 3)
@@ -27,7 +28,7 @@
2728
by Limor Fried (http://www.ladyada.net)
2829
example added 9 Jul 2009
2930
by Tom Igoe
30-
modified 8 Feb 2010
31+
modified 22 Nov 2010
3132
by Tom Igoe
3233
3334
This example code is in the public domain.

libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,7 +27,7 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 8 Feb 2010
30+
modified 22 Nov 2010
3031
by Tom Igoe
3132
3233
This example code is in the public domain.

libraries/LiquidCrystal/examples/Scroll/Scroll.pde

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* LCD D5 pin to digital pin 4
1818
* LCD D6 pin to digital pin 3
1919
* LCD D7 pin to digital pin 2
20+
* LCD R/W pin to ground
2021
* 10K resistor:
2122
* ends to +5V and ground
2223
* wiper to LCD VO pin (pin 3)
@@ -27,8 +28,8 @@
2728
by Limor Fried (http://www.ladyada.net)
2829
example added 9 Jul 2009
2930
by Tom Igoe
30-
modified 25 July 2009
31-
by David A. Mellis
31+
modified 22 Nov 2010
32+
by Tom Igoe
3233
3334
This example code is in the public domain.
3435

libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,7 +27,7 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 8 Feb 2010
30+
modified 22 Nov 2010
3031
by Tom Igoe
3132
3233
This example code is in the public domain.

libraries/LiquidCrystal/examples/TextDirection/TextDirection.pde

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,8 +27,8 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 25 July 2009
30-
by David A. Mellis
30+
modified 22 Nov 2010
31+
by Tom Igoe
3132
3233
This example code is in the public domain.
3334

libraries/LiquidCrystal/examples/setCursor/setCursor.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LCD D5 pin to digital pin 4
1717
* LCD D6 pin to digital pin 3
1818
* LCD D7 pin to digital pin 2
19+
* LCD R/W pin to ground
1920
* 10K resistor:
2021
* ends to +5V and ground
2122
* wiper to LCD VO pin (pin 3)
@@ -26,7 +27,7 @@
2627
by Limor Fried (http://www.ladyada.net)
2728
example added 9 Jul 2009
2829
by Tom Igoe
29-
modified 8 Feb 2010
30+
modified 22 Nov 2010
3031
by Tom Igoe
3132
3233
This example code is in the public domain.

0 commit comments

Comments
 (0)