carlosperate
1988794995
Fix example links in README file.
2015-08-17 17:30:50 +01:00
gasolin
b60b97c9ae
Merge pull request #56 from arachnidlabs/servodelay
...
Remove delay parameter from Servo block.
2015-08-16 20:45:08 +08:00
gasolin
07b10f7cfc
Merge pull request #55 from arachnidlabs/grovefix
...
Fix ultrasonic sensor code
2015-08-16 20:43:18 +08:00
gasolin
e051758d6f
Merge pull request #59 from arachnidlabs/nowarn
...
Modify the build script to specify ECMASCRIPT5 as the language to the closure compiler
2015-08-16 20:37:50 +08:00
Nick Johnson
6180e3efa5
Modify the build script to specify ECMASCRIPT5 as the language to the closure compiler.
...
This removes the warnings about using 'default' as a token in BlocklyDuino.
2015-08-14 11:42:46 +01:00
Nick Johnson
078c1471f8
Fix ultrasonic sensor code
...
The Grove libraries don't have "RangeInInches" or "RangeInCentimeters" functions, and the Measure functions return the measurements directly, no setup required.
2015-08-14 11:27:17 +01:00
Nick Johnson
c3c8c8b755
Remove delay parameter from Servo block.
...
This parameter simply duplicates the delay block. I think it should be removed because:
- It takes up just as much space as a delay block.
- It's not always needed.
- When it's not needed, it wastes space, and
- It needlessly complicates sketches by adding extra parameters.
2015-08-13 22:54:50 +01:00
gasolin
cc30912a37
format CHANGELOG
2015-08-04 22:08:16 +08:00
gasolin
559f887e6f
update demo links
2015-08-04 21:56:54 +08:00
gasolin
d5bd487bd7
update compressed files
2015-08-04 21:51:18 +08:00
gasolin
391bafdce2
Merge pull request #52 from stevoleeto/xmlPrompt
...
saving XML now asks user for file name
2015-07-28 18:20:24 +08:00
gasolin
c1be154c95
Merge pull request #51 from stevoleeto/saveCode
...
Save generated Arduino code locally
2015-07-28 18:19:24 +08:00
Stephen Gilardi
c621c68cf9
single quote syntax. Corrected error checking for null filename
2015-07-24 21:18:44 -07:00
Stephen Gilardi
fe45113be3
single quote syntax, and correct null filename check
2015-07-24 21:16:17 -07:00
Stephen Gilardi
c5e7163082
saving XML now asks user for file name
2015-07-24 20:50:49 -07:00
Stephen Gilardi
438989cc21
fixed bug preventing any code NOT null from saving
2015-07-24 20:20:22 -07:00
Stephen Gilardi
2ca42d0484
save arduino code locally
2015-07-24 20:20:21 -07:00
gasolin
947e0d84f6
Merge pull request #50 from carlosperate/while_fix
...
Fixes issue with while block referring to undefined function argument block.
2015-07-24 00:01:37 +08:00
carlosperate
167b0c8962
Fixes issue with while block referring to undefined function argument "block".
2015-07-23 16:49:17 +01:00
gasolin
319af3bec9
Merge pull request #47 from carlosperate/function_args
...
Update procedures to define args and return to type int.
2015-07-23 12:15:31 +08:00
gasolin
e85fafc5f5
Merge pull request #46 from carlosperate/gitignore
...
update gitignore for development files
2015-07-23 12:13:05 +08:00
carlosperate
c85cba7d17
Update procedures to define args and return to type int.
...
This also limits the block type that can be connected to the return value of a function to a Number or Boolean block.
2015-07-21 16:58:40 +01:00
carlosperate
623d0af789
update gitignore for development files
2015-07-21 16:14:56 +01:00
gasolin
e9fb0d1ef6
update changelog
2015-07-21 22:59:57 +08:00
gasolin
8fdc8c5672
Merge pull request #45 from carlosperate/blockly_update
...
Update to latest Blockly.
2015-07-21 22:53:41 +08:00
carlosperate
58c846a60b
Update to latest Blockly.
...
This updates Blocklyduino up to commit 855301cd6556dbb12dff5cbff63f279a97f814fe ("Merge pull request #128 from carlosperate/multiple_warnings") from the 16th of July 2015.
855301cd65
Notable additions:
Multiple workspaces
Blocks can be defined using JSON
Nicer scrollbars
Multiple block warnings
Fixes on context menu on touch devices
Fixes issue with unicode characters in language keys
Multiple other minor bug fixes
2015-07-19 05:33:34 +01:00
gasolin
cfc575cd30
Merge pull request #43 from stevoleeto/whileLoop
...
add while loop
2015-07-13 10:17:30 +08:00
gasolin
17a4e5fb13
Merge pull request #42 from stevoleeto/serialPrintln
...
Serial Print to next line
2015-07-07 13:18:25 +08:00
Stephen Gilardi
ec4d3961b9
while loop
2015-07-06 11:36:54 -07:00
Stephen Gilardi
1483c88214
serial print to next line
2015-07-06 11:18:10 -07:00
gasolin
7e43bd7469
Merge pull request #38 from arachnidlabs/analogwrite
...
analogWrite works on PWM pins, not analog pins
2015-07-01 17:43:34 +08:00
gasolin
b4c00aecf1
Merge pull request #36 from arachnidlabs/master
...
Added support for Arduino tone/notone
2015-07-01 17:39:11 +08:00
gasolin
697bc39e6a
Merge pull request #37 from arachnidlabs/arduino-upload
...
Implemented web server using Arduino tool to upload, r=gasolin
2015-06-24 11:50:47 -07:00
Nick Johnson
89d2147ea9
Implemented web server that uses the official Arduino command line to upload sketches
2015-06-24 19:49:27 +01:00
gasolin
f318759f1b
use A4 for servo
2015-06-22 22:25:35 -07:00
Nick Johnson
ab7ac906e3
analogWrite works on PWM pins, not analog pins
2015-06-22 18:41:49 +01:00
Nick Johnson
08b95d0b5f
Added support for Arduino tone/notone
2015-06-20 11:36:24 +01:00
gasolin
43b8b03dbc
add demo: click button to change LED colors
2015-06-19 16:16:55 +08:00
gasolin
d9cbe6caa1
Update README.md
2015-06-19 16:15:40 +08:00
gasolin
2dfdbd3953
Update CHANGELOG.txt
2015-06-19 15:10:34 +08:00
gasolin
ae92d8ec24
fix grove LED mutator
2015-06-18 16:14:51 +08:00
gasolin
d7127fe0a9
add default mapping value
2015-06-18 14:30:20 +08:00
gasolin
4a033add32
change order to put general blocks categories at the top
2015-06-18 14:20:27 +08:00
gasolin
71550f12aa
update compressed blockly core
2015-06-16 22:43:02 +08:00
gasolin
d82eb7e451
move grove_ultrasonic under grove modules
2015-06-16 22:36:51 +08:00
gasolin
b8825541a0
fix uploadClick funtion
2015-06-16 22:36:17 +08:00
gasolin
5ac9a31c56
add Access-Control-Allow-Origin header to access via http://127.0.0.1:8000
2015-06-16 22:35:39 +08:00
gasolin
4558428fb1
update compressed files
2015-04-28 16:31:16 +08:00
gasolin
f88b4000f4
Merge pull request #26 from gumbypp/master
...
Fix recursive creation of ino_project subdirectories.
2015-04-28 16:24:17 +08:00
gasolin
a5e0bdeac7
fix Demos fail to load #25
2015-04-01 17:40:38 +08:00