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
| #include <LiquidCrystal_I2C.h> | |
| #include <Wire.h> | |
| LiquidCrystal_I2C lcd1(0x27, 16, 2); | |
| LiquidCrystal_I2C lcd2(0x26, 16, 2); | |
| const int pot1 = A0; | |
| const int pot2 = A1; | |
| const int tou1 = 8; |