Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Committer:
arnoz
Date:
Fri Oct 01 08:19:46 2021 +0000
Revision:
116:7a67265d7c19
Parent:
100:1ff35c07217c
- Correct information regarding your last merge

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mjr 100:1ff35c07217c 1 // This class is not currently used - it's been replaced by IRTransmitter
mjr 100:1ff35c07217c 2 // and NewPwm.
mjr 100:1ff35c07217c 3 #if 0
mjr 100:1ff35c07217c 4
mjr 77:0b96f6867312 5 #include "IRPwmOut.h"
mjr 77:0b96f6867312 6
mjr 77:0b96f6867312 7 // class statics
mjr 77:0b96f6867312 8 float IRPwmOut::pwm_clock;
mjr 100:1ff35c07217c 9
mjr 100:1ff35c07217c 10 #endif /* 0 */