I only just started with Arduino (Nano v3). I need more than 6 PWM outputs. I'm aware there are 6 pins that can output true PWM not affected by interrupts. Assume I can tolerate interrupts affecting the PWM duty cycle value.
My question is: can other pins, e.g. D7 and D8, be programmed to output something close to the PWM? Can I obtain on D7 a PWM signal that's steadier than the one obtained from a basic while loop with a sleep() or is that the best I can hope for?