Take a look at the source code, might help: https://github.com/espruino/EspruinoDocs/blob/master/devices/SX127x.js IIRC it's just sx.tx(...), and sx.rx(...), but could be wrong... If you have the time to add some more docs / tutorial, just send a PR :)
sx.tx(...)
sx.rx(...)
@AkosLukacs 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.
Take a look at the source code, might help: https://github.com/espruino/EspruinoDocs/blob/master/devices/SX127x.js
IIRC it's just
sx.tx(...)
, andsx.rx(...)
, but could be wrong...If you have the time to add some more docs / tutorial, just send a PR :)