2 IRs are problems

i'm making a project with these components:
x2 IR
x1 LCD

Basically, there are 2 IR sensors, one positioned on the right and the other on the left, when a thing goes to the Right IR, then the left IR, a counter is displayed in the LCD and it increments, and going to the Left ir then the Right IR decrements the counter - my code is having errors, where it says that there are multiple libaries called "LiquidCrystal", altough i have one in my files, YES, 1!
help pls

Do you think that it might help if you posted your code, using code tags when you do, of course

Which Arduino board are you using ?

Are you sure that they are errors and not just warnings ?

Please post the full output from compiling your code, once again, please use code tags when posting it

i'm using the most popular one, arduino uno!
well, they are warnings, i misspelled :confused:

Maybe you installed the library via the IDE or .ZIP, and put another copy of the library in your .INO?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.