Last active
February 13, 2018 10:51
-
-
Save shyamjos/97a40d4dc3d30b402d6b2b17db08a00b to your computer and use it in GitHub Desktop.
Revisions
-
shyamjos revised this gist
Feb 13, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ LCD_PIN1=Arduino_PIN GND LCD_PIN2=Arduino_PIN 5v LCD_PIN3=Arduino_PIN GND + add resistors for LCD_PIN4=Arduino_PIN 2 LCD_PIN5=Arduino_PIN GND LCD_PIN6=Arduino_PIN 3 LCD_PIN11=Arduino_PIN 4 LCD_PIN12=Arduino_PIN 5 -
shyamjos revised this gist
Feb 13, 2018 . 1 changed file with 25 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,28 @@ LCD_PIN12=Arduino_PIN 5 LCD_PIN13=Arduino_PIN 6 LCD_PIN14=Arduino_PIN 7 LCD_PIN15=Arduino_PIN 5v LCD_PIN16=Arduino_PIN GND //Example Code // include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(2, 3, 4, 5, 6, 7); void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("hello, world!"); } void loop() { // Turn off the blinking cursor: lcd.noBlink(); delay(3000); // Turn on the blinking cursor: lcd.blink(); delay(3000); } -
shyamjos created this gist
Feb 13, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ LCD_PIN1=Arduino_PIN GND LCD_PIN2=Arduino_PIN 5v LCD_PIN3=Arduino_PIN GND + add resistors for LCD_PIN4=Arduino_PIN 2 LCD_PIN5=Arduino_PIN nd LCD_PIN6=Arduino_PIN 3 LCD_PIN11=Arduino_PIN 4 LCD_PIN12=Arduino_PIN 5 LCD_PIN13=Arduino_PIN 6 LCD_PIN14=Arduino_PIN 7 LCD_PIN15=Arduino_PIN 5v LCD_PIN16=Arduino_PIN GND