According to the ESP8266 API – you have control over ports 12,13 and 15 for PWM. I’m interested only in using GPIO15 as I have uses for the other port bits – so I took PWM.H and removed reference to the other two ports – leaving only GPIO15. I changed…