Hi Gordon,
I still have one more question: Let's say on the slave there is a function like
function do_measurement () { return analogRead(C0, 0.05); }
How can I get the return value on the master? I'm looking for a thing like
measurement_value = nrf.sendCommand("do_measurement()");
Would be great if you (or someone else) have any example how to do this.
Thanks & Regards, Andreas
@Andreas 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.
Hi Gordon,
I still have one more question:
Let's say on the slave there is a function like
How can I get the return value on the master? I'm looking for a thing like
Would be great if you (or someone else) have any example how to do this.
Thanks & Regards, Andreas