@DrAzzy did you ever get a chance to look at this? It'd be nice to get it module-ified.
What do you think about turning it into more of a stream-based interface, with read and write? It'd be nice to add the same to NRF24 and work on getting other wireless modules using the same API
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.
@DrAzzy did you ever get a chance to look at this? It'd be nice to get it module-ified.
What do you think about turning it into more of a stream-based interface, with
read
andwrite
? It'd be nice to add the same to NRF24 and work on getting other wireless modules using the same API