Hi All,
I'am trying to use NodeMCU Amica version with motor shield to control DC Motor, and measure distance with ToF sensor.
Previously I only using NodeMCU without motor shield, I can use:
- D1 and D2 for LCD and ToF sensor.
- D3 for servo with sensor
- D4 for motor (one direction only)
- D5 for servo (steering)
but when using motor shield, D1 and D2 is used to control direction for the L293D chip, and I cannot find how to change it.
so my question is there possible to change the l2C pin in Wire.h.?
or is there any work around for this.?
thank you.