So far I have been unsuccessful with Arduino Pro Mini (16 MHz version) to send PWMs through respective pins to move the motor. Although sending the PWMs do make the motor "sing" for every analogWrite I send to either pin that attaches to the motor.
The problem I am having is as you can see from the link very little information exists about this motor and I am unsure why the PWM pins are not driving the motor.
My only guess is that I may need to make an H-Bridge from my 3.3V onboard supply to drive the motor. But this motor is so small I don't see how it could possibly draw more current than the pins can provide.
Your help is truly appreciated. The schematic is attached (Note the motor is not to scale)
The digital pins max out at 40mA. If you want your arduino to last, it's recommended that you keep to half that or less. That motor (and pretty much any other) will draw far more than that.