Here is my code for Espruino web ide. ( To get IR Sensor value)
So if I upload this code to robot,
>ir_adc
=[38,44,43,41,41]
I can get my ir_adc value.
But I want to get ir_adc value in my blockly_something.js.
Is there a solution to get IN-ROBOT value at my vscode SUPERCOOL?
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!
I have some problems.
Here is my code for Espruino web ide. ( To get IR Sensor value)
So if I upload this code to robot,
I can get my ir_adc value.
But I want to get ir_adc value in my blockly_something.js.
Is there a solution to get IN-ROBOT value at my vscode SUPERCOOL?
Thank you.