mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Changing pin outs on LiquidCrystal examples and adding parentheses to Servo code.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include <LiquidCrystal.h>
|
||||
|
||||
LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10);
|
||||
LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
Reference in New Issue
Block a user