(Now More Than Ever) You Might Not Need jQuery
Nginx AND Apache
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 characters
| // This is for the OSEPP 16x2 Arduino LCD Shield | |
| // Also need the library from https://osepp.com/downloads/LCDKeypad.zip | |
| // include the library code: | |
| #include <LiquidCrystal.h> | |
| // initialize the library with the numbers of the interface pins | |
| //LiquidCrystal lcd(12, 11, 5, 4, 3, 2); | |
| LiquidCrystal lcd(8, 9, 4, 5, 6, 7); |
OlderNewer