-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attiny pin & PWM use #1
Comments
If we are really short of pins can even save two more just by permanently enabling the driver as is done in the XCJ motor driver shield, or just connect the PWM signal to BOTH enable and one drive pin. Could even save a third pin by using the same PWM signal for both motors - which means that each motor would be fixed at the same speed. |
I got an idea about the different development states. Why we don't keep the PCB with the Attiny and the L293 and develop another board in parallel. The new one could include an Atmega168/328 and another motor driver and being used ans the advanced "drone" besides the "workers" with the little Attiny brain. |
didn't we already say we were doing this in recent topics :) I am focussing on getting everyone active & partkeepr and running On 10/08/12 12:52, Lutz wrote:
|
No we did not but it was just an upcoming idea. Right now we just have the old design and I think we should go with that for now. |
From Edward with the initial code: However, I would like to bring up that in the newer design, instead of use up all 4 PWM channels with 4 pin controlling the motor, we decided to use only 2 pwm pins controlling the enabled pin and 4 other pins controlling the directions of the motor -- a total 6 pins been taking up controlling the motors but we are left with 2 more pwm pins.
The text was updated successfully, but these errors were encountered: