Discussion Forum > PWM support on Meridian/Tahoe
In answer to my own query (first sign of madness?).
I got a (very quick) reply from Embedded Fusion about this... apparently there is no support at present, but they are working on natve code support to implement PWM etc... "soon".
Best watch their website for updates.
Mark.
I got a (very quick) reply from Embedded Fusion about this... apparently there is no support at present, but they are working on natve code support to implement PWM etc... "soon".
Best watch their website for updates.
Mark.
July 30, 2007 |
Mark Neal
According to the Tahoe website, PWM support is now available.
The updates are mentioned here: https://shop.embeddedfusion.com/default.aspx?id=146
The updates are mentioned here: https://shop.embeddedfusion.com/default.aspx?id=146
February 26, 2008 |
Eric D. Burdo
February 26, 2008 |
Eric D. Burdo
I found the rather discouraging lines:
/// <summary>PWM Output or GPIO</summary>
///<remarks>Currently only supported as GPIO</remarks>
public const Cpu.Pin PWM = (Cpu.Pin)2;
in the Meridian pin descriptions, which implies that PWM is not implemented yet. Is this still the case, or am I out of date?
I could actually do what I need manually as it only needs to be low frequency, but proper PWM would be much nicer.
Any information gratefully received.
Mark.