Let's say you have implemented the
Power Saving Hacks and
sleeping to save power suggestions from previous posts. Now just to be clever, you want to use PWM to control the speed of a motor.
You think you want to use
analogWrite. So off you go and implement your control circuit, and write a sketch to do something trivial like analogWrite( 5, 80)
(
Read more... )