Hi
Is it possible to configure an ESP8266 to output a stable 10mhz clock signal for use as a system clock for other attached ICs?
I have found various code examples mainly for the UNO on the forum but I can't seem to find anything for the ESP8266
I had thought of using the SPI clock but I think this is only active during data transmission, I had also thought about using PWM but read this isn't stable enough.
Thank you