How can I get a variable from espruino web ide in blockly code?(MDBT42Q) #3404
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
|
Posted at 2020-06-22 by @gfwilliams I think it's enough just to define a variable called However it sounds like you want to make a block for it in the IDE code itself? If so it's as easy as just making the block return the next |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-06-16 by user110706
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.
Beta Was this translation helpful? Give feedback.
All reactions