Hey everyone
I’ve seen some issues when controlling motors using drivers with my arduino uno r3 and pin_11 specifically.
I’ve been using a TB6612FNG driver to control a DC motor for a simple project.
I use the L298N library to manage the motor driver.
I also use other components in the project, like an LCD display and an IR receiver.
One thing I found out is that I cannot connect these components to pin 11.
That is to say… if pin 11 is connected to the IR receiver for example, then the receiver does not work properly.
If I connect one of the data pins of the LCD display to pin 11 of the Arduino board, then the display becomes corrupted.
If I use any other pins except for pin_11 to connect the components , then everything works perfectly.
I’ve been discecting the L298N library code but i found nothing that points to pin 11 being used for anything.
I’m curious now to understand what makes pin 11 distinct from others in this scenario.
Thanks in advance.