updated URLs in LiquidCrystal examples
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalBlink
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalCursor
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalDisplay
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -33,7 +33,8 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalScroll
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalSerial
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -49,7 +49,6 @@ void setup() {
|
|||||||
lcd.begin(16, 2);
|
lcd.begin(16, 2);
|
||||||
// turn on the cursor:
|
// turn on the cursor:
|
||||||
lcd.cursor();
|
lcd.cursor();
|
||||||
Serial.begin(9600);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|||||||
@@ -32,7 +32,8 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
http://arduino.cc/en/Tutorial/LiquidCrystalSetCursor
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
Reference in New Issue
Block a user