taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
413 stars 292 forks source link

Want: Translate to Arduino #183

Open Arhat109 opened 6 years ago

Arhat109 commented 6 years ago
  1. Can you make button, for add/remove prefixes before variable, functions names such as _ADVARXX? The reading Arduino sketch will be nicing, and it will be remove mistakes when the same variable redefined with other number.

  2. May do the variable definitions into procedure be a local but not global? And the only outside variable will be global ..

  3. May do the extends number of parameters for subroutine and make 'functions' (they return the result)? As I see this: Block subroutine have your own parameters group (autoadding free cell) with "void" type. And we can use 'glue' for connect to parameter any type of variable, such as into 'print' blocks. Is it be able?