WEMOS_Motor_Shield_Arduino_Library
WEMOS_Motor_Shield_Arduino_Library copied to clipboard
Removed unnecessary delay
You might want to replace the delay(100); by a yield();
It does not need a yield(). Occasionally a delay is placed to give the other i2c chip processing time, but that is not required in this case and HIGHLY annoying on something as time sensitive as a motor driver.