At the moment it's best to use digitalPulse - this uses the same IRQ-based system of outputting data, you just have to pre-process the string of data into a series of pulse lengths.
What kind of speed are you trying to achieve with it?
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.
Good question :)
At the moment it's best to use
digitalPulse
- this uses the same IRQ-based system of outputting data, you just have to pre-process the string of data into a series of pulse lengths.What kind of speed are you trying to achieve with it?