I'm trying to control a fan on my Arduino Due board with Arduinos own motor shield and I have encountered a problem. I want to send a PWM signal to my fan, and here comes the problem, pin 3 is channel less..
What I can find there is no channel for digital pin 3?
The code works, I have tested it with other pins and I get the requested value when I measure it on a multimeter.
In Due's datasheet there is not a single thing about it. On the motor shields webpage did I find that pin 3 is the one to use and on Arduino Uno it works great.
There is also a way to use digital pin 11, but it's the same here, no channel.
Does any one have a solution or answer way it's this way?