SebCanet

Results 53 issues of SebCanet

Hi, I tried A4S on Windows but everything is in 64 bits. I tried installing the 32bit version of Java, and use this command line : java -d64 -jar A4S.jar...

Hello, after create a new variable, for example 'toto', we need: - initialisation: see not only 'int toto' in variable section, but possibility to have 'int toto = 4' -...

If you have a look to ma Blockly@rduino repo, you will see I tried to make easy to class/update files/scripts from you, me, and Blockly. The idea is to make...

Missing in types.js, only for interruption [https://www.arduino.cc/en/Reference/AttachInterrupt](https://www.arduino.cc/en/Reference/AttachInterrupt) ``` /** Volatile integer number. */ Blockly.Types.VOLATIL_NUMBER = new Blockly.Type({ typeId: 'Volatil Number', typeMsgName: 'ARD_TYPE_VOLATILE', compatibleTypes: [] // Circular dependencies, add after all...

First thanks a lot for your wonderful type script !!! I used it in Blockly@rduino and it works fine. But in 'types.js', line 168 I added a code for testing...

bug
blocks

what do you think about work again on block definition ? and put everything in a same repo ?

Hi, I was using your Win release, but when I tried to install on my W7x64 it doesn't work. I installed Python 3.7, but when I try "pip install -r...

Hi, I tested the capture of a YouTube video, but sound is awful, like very far, noisy. Is it a known pb or do I need some specific plugin ?...

Hi, your soft is great, I enjoy it with kids. But how can I translate it ? Is tehre any file for that ? Thanks.

Hi, I think in Designer it would be great to be able to add SVG graphics, this way we could have a beautiful Arduino board :-D I discover your work,...