I am looking to build a simple RC car using the Raspberry Pi and and two 3.3v motors(one to drive, the other to steer). The concept I had in mind was to adapt This Arduino Project to the Pi. The way this works is through PWM outputs of the Arduino to drive an IC chip which would then tell the motors what to do while using external batteries for power. I read that there is only one PWM output on the Pi but there is software alternatives. I was wondering what is the best way to go about this project based on that information in both software and hardware to get me going in the right direction.
Thanks
