Blockly-at-rduino
Blockly-at-rduino copied to clipboard
Blockly@rduino : Blockly remix for Arduino. Totally new version, enhanced one !
Dans Firefox ça fonctionne mais pas dans l'IDE. le bloc "définir une liste" semble tronquer le nom des autres variables. Dans un 'setup', mettre la définition d'une liste, puis l'initialisation...
After opening the saved project, it is "undefined" for all parameters in the subroutines. 
``int[3] adf; void setup() { } void loop() { adf = {0, 1, 2}; }`` This is the code generated with just a variable initialized as an array with 3...
Hi, I have opened this issue back in April 2018, but there is still some problems 1) Within LCD I2C, the code is still incorrect, there are simple quotes instead...
Hello, Peut-être une amélioration pour l'usine à bloc : 1. Aller dans l'usine à bloc : https://technologiescollege.github.io/Blockly-at-rduino/tools/factory/block_factory.html 2. Dans les blocs connexion, ajouter le bloc name. ok. 3. Dans le...
Pour le boulot, nous allons réaliser des stations météo et détection de particule fine. Un capteur utilisé est le SDS011 ( utilisé par exemple par https://luftdaten.info ) Je ferais bien...
or anything to parallel tasks. ou n'importe quelle bibliothèque pour des taches en parallèle. [https://github.com/pietern/avr-tasks](https://github.com/pietern/avr-tasks)
:warning: Here are the existing security issues we detected on your default branch: Insecure Use of Regular Expressions (24) - [core_BlocklyArduino/libs/jquery-ui.js:770](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L770) - [core_BlocklyArduino/libs/jquery-ui.js:16181](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16181) - [core_BlocklyArduino/libs/jquery-ui.js:16191](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16191) - [core_BlocklyArduino/libs/jquery-ui.js:16223](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L16223) - [core_BlocklyArduino/libs/jquery-ui.js:17669](https://github.com/technologiescollege/Blockly-at-rduino/blob/c791a8410e41ae5344c245e0d3453c933c78899f/core_BlocklyArduino/libs/jquery-ui.js#L17669) -...
Hi In some cases with functions, I have a problem because the functions will refer to an object before the object declaration. Here is an example of the generated code:...