Hi for everybody,
I am Tibor from Hungary and just working on an Arduino project namely to control the speed of a DC Motor using PWM and measure its RPM using optical sensor and displays them on LCD.
I found a paper on that problem at the Internet applying the circuit as it follows:
The paper consists of the code too and its first two row is: #include <LiquidCrystal.h>
LiquidCrystal lcd(8, 9, 10, 11, 12, 13);
I can not realise why they wrote „LiquidCrystal lcd(8, 9. 10, 11, 12, 13)”, I think so it should be: „LiquidCrystal lcd(12, 11, 5, 4, 3, 2))”.
My another problem that I have a VST395 speed sensor instead of MOC7811 and not found information on how to build it into the circuit.
Thank you for your reply. I know what these numbers tell in the code, but by the schematic view of the circuit nothing is connected to some of these pins, but they are wired to the digital pins to Arduino board mentioned in