Hi,
How do I get PWM enabled on the FEZ mini?
Thanks!
Roel
Hi,
How do I get PWM enabled on the FEZ mini?
Thanks!
Roel
As you can see in the brochure:
You can use PWN on the following pins:
[quote]Di3
Di5
Di6
Di7
Di9[/quote]
and as you can see in the beginners guide:
You can do it like this:
PWM myPin = new PWM((PWM.Pin)FEZ_Pin.PWM.Di6);
Please make sure to check the documentation.
Good luck