- 04 Sep, 2014 2 commits
-
-
https://github.com/carlosperate/ardublocklyCarlos authored
Merge branch 'master' of https://github.com/carlosperate/ardublockly which contains changes from upstream
-
Carlos authored
Warnings on config instances are now shown inmediatly Fixed javascript issue missed during initial testing when adding stepper block in the wrong order would cause it to throw an exception Set up a better namespace for the drop down construction function
-
- 01 Sep, 2014 2 commits
-
-
carlospamg authored
-
Carlos authored
One block required to configure a stepper class instance, and another block used to set the number of steps to move. The setter block dynamically picks any existing instance of a stepper class and generates a drop down menu (similar to the variables blocks). Still to do is to add an lister and handler to update the menu when the instance names changes.
-
- 28 Aug, 2014 36 commits
-
-
Carlos Pereira Atencio authored
Remove unneeded check in Arduino generator as per carlospamg/ardublockly@c400ca83-b69d-9dd7-9705-49c6b8615e23
-
carlospamg authored
-
Carlos authored
-
Carlos authored
It now checks if the pin has been used by a previous block to be in a different configuration (Input, output, pwm, etc) and if it has, it alerts the user using a warning. This was implemented, instead of temporarily changing the pin status because and output can not keep state as an input, and an input cannot be inlined into a line of code if the pinMode has to be changed before and after.
-
Carlos authored
(2)Added 'set x as y' block for type casting. Left some files behind by mistake, added to this commit.
-
Carlos authored
-
Carlos Pereira Atencio authored
This still needs work and testing for blocks that are not simple numbers or strings.
-
carlospamg authored
-
Carlos Pereira Atencio authored
Fix bug where Arduino variables were renamed with a new distinct name. Also slght modifications to the arduino board types and profiles.
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
Old version of Blockly did not use strings as data denominators, so this was updated in the Arduino generators.
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
This allows a user to run a local server, that together with the Arduino IDE allows the compilation and load of Arduino sketchs from the web interface.
-
Carlos Pereira Atencio authored
Removed generators for js, python and dard. Added Arduino specif js block generators Change javascript namespace to the name of this app (from "code", the old app name)
-
Carlos Pereira Atencio authored
Added all time related functions. Removed some of the Behind the Wire pin renaming. Removed servo functions, this will be added in the future as part of an "arduino libraries" update. Updated depreciated function calls.
-
Carlos Pereira Atencio authored
renamed code.js to arduino.js, leaving the commit isolated for git to be able to easily identify rename.
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
Minor changes to variables, loops, and colour. Although there is work left to do, it is at an ok state to push to master, so that the "behind the wire" (fork) can pull from upstream (this).
-
Carlos Pereira Atencio authored
Arduino control generator has been depreciated and loops is used instead (if statement is included in logic generator). Work has been done to port this generator, and it is not yet finished. Needs to be tested properly.
-
Carlos Pereira Atencio authored
new "code_duino" app, based on "code" to test changes test/playground test/generator/index
-
Carlos Pereira Atencio authored
Text is not finished, but most blocks are usable, so it will be parked for a while until the other blocks are finished.
-
Carlos Pereira Atencio authored
-
neil.fraser@gmail.com authored
git-svn-id: http://blockly.googlecode.com/svn/trunk@1765 c400ca83-b69d-9dd7-9705-49c6b8615e23
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
Arduino control generator has been depreciated and loops is used instead (if statement is included in logic generator). Work has been done to port this generator, and it is not yet finished. Needs to be tested properly.
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
new "code_duino" app, based on "code" to test changes test/playground test/generator/index
-
Carlos Pereira Atencio authored
Text is not finished, but most blocks are usable, so it will be parked for a while until the other blocks are finished.
-
Carlos Pereira Atencio authored
-
Carlos Pereira Atencio authored
-