Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers IRPwmOut.cpp Source File

IRPwmOut.cpp

00001 // This class is not currently used - it's been replaced by IRTransmitter
00002 // and NewPwm.
00003 #if 0
00004 
00005 #include "IRPwmOut.h"
00006 
00007 // class statics
00008 float IRPwmOut::pwm_clock;
00009 
00010 #endif /* 0 */