After the values were inserted:
LiquidCrystal lcd(8, 9, 4,5,6,7);
it run OK.
Thank You for the help.
If value should be increased by 1, we use:
int i++;
How can we increase by 10 or by other value?
After the values were inserted:
LiquidCrystal lcd(8, 9, 4,5,6,7);
it run OK.
Thank You for the help.
If value should be increased by 1, we use:
int i++;
How can we increase by 10 or by other value?