Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
100:1ff35c07217c
Parent:
77:0b96f6867312
--- a/IRRemote/IRPwmOut.cpp	Sat Mar 02 21:05:43 2019 +0000
+++ b/IRRemote/IRPwmOut.cpp	Thu Nov 28 23:18:23 2019 +0000
@@ -1,4 +1,10 @@
+// This class is not currently used - it's been replaced by IRTransmitter
+// and NewPwm.
+#if 0
+
 #include "IRPwmOut.h"
 
 // class statics
 float IRPwmOut::pwm_clock;
+
+#endif /* 0 */