-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why some block cant inject others? #25
Comments
Hi, |
I capture a video to explain. In video, fff is float number, iii is int number. 20230103-102925.mp4 |
Ok, thanks, I see what you mean. The variable typing detect is not finished in this version. I'll try to implement an auto detect system ASAP. |
Thank you very much! When will you finish it? Then you can let me to do the testing |
How about this issue? |
Hi,anyone can help me on this issue? It OK too that who can give some ideals, then I could try to debug it by myeself. |
What is involved with fnishing "variable typing detect". It seems that this has not been done and it is more than a year later... |
Related to this is that one can't use variables as arguments to digitalWrite(), etc. That is you can't create blocks for code like this: `int state; void setup() { |
Really sorry but I had a lot of work, and no time for this project. I'm working on a new core, updated to Blockly v11 but still in alpha (arduino generator not finished, and I want to use same automatic typing mechanism for variable. |
I figured that you didn't have time. I would be interested in helping, but I
guess I am going to need some pointers.
I am also wondering about adding addition board types (like the ESP32 and
various ARM types) and maybe adding support for additional libraries. I do see
where to "install" boards and libraries (I think I can hook the install
buttons to the HTTPD server to pass --install-boards and --install-libraries
options to the arduino command), but also adding both to the GUI itself (eg
updating the board selection menu and adding blocks for the libraries).
At Sun, 24 Mar 2024 15:06:58 -0700 BlocklyDuino/BlocklyDuino-v2 ***@***.***> wrote:
…
Really sorry but I had a lot of work, and no time for this project. I'm working on a new core, updated to Blockly v11 but still in alpha (arduino generator not finished, and I want to use same automatic typing mechanism for variable.
Help needed!
--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
***@***.*** -- Webhosting Services
|
Well I tested a lot of things in another project, Studio4Education: https://github.com/A-S-T-U-C-E/STudio4Education, with demos here: https://tube-sciences-technologies.apps.education.fr/c/studio4education/videos |
There is no reason, why?
The text was updated successfully, but these errors were encountered: