If you set up a pwn output is the timing for this accurate?
analogWrite(D5,0.5, { freq : 3000 } ); is perfectly stable. Can not see jumps down to 5ns per division. Frequency reads 3003hz.
digitalPulse(D5, 1, 1); // 1.106ms digitalPulse(D5, 1, .2); // 0.5ms
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If you set up a pwn output is the timing for this accurate?