I wanted to use a "Megabitty" to drive two small motors, but the motors had too low an inductance for the frequency of locked-antiphase drive the controller was using.
So I built some inductors, put them in series with the motors and the current draw dropped from 116 ma to about 6 ma.
!!! I wrote a long ramble on my thought process on a setup almost exactly like this just a few days ago... never thought to add an inductor in series, brilliant.
I can't say I understand Inductors at a theoretical level either.
My knowledge is pretty practical. For this project, I was using teensy-tiny GM-10 motors from Solarbotice. https://solarbotics.com/product/gm10/ These motors have very tiny armatures and the coils are low inductance since they don;t have very many windings.
The locked-antiphase drive mode of the H-Bridge applies an alternating positive or negative voltage to the motor armature all the time, and the frequency was low enough compared to the time constant of the armature so that the armature was able to fully respond to the voltage and draw a lot of current. This made the armatures get hot.
Adding more inductance in series with the armature made the system respond more slowly to the applied voltage, so the current built up more slowly in the armature.
The result was that as the H-Bridge switched from + to - faster than the motor could respond, the current stayed low, and the motors didn't heat up.
OpenServo also has some discussions about locked-antiphase and small motors here: http://www.openservo.com/forums/viewtopic.php?t=142
!!! I wrote a long ramble on my thought process on a setup almost exactly like this just a few days ago... never thought to add an inductor in series, brilliant.