Skip to content

Commit

Permalink
update demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Aug 4, 2015
1 parent d5bd487 commit 559f887
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
BlocklyDuino
=======================

1.4 2015/7/21
1.4 2015/8/4
---------------------
code name: The Simpsons

Feature:
* python server integrate with Arduino IDE console
* Upload code to Arduino directly on windows, linux, mac
* Added support for Arduino tone/notone
* add while loop block
* Add while loop block
* Can save arduino code locally

Fix:
* analogWrite works on PWM pins, not analog pins
* serial print to next line

Project maintainance:
* Move domain to https://github.com/BlocklyDuino/BlocklyDuino/
* Self hosting BlocklyDuino at http://blocklyduino.github.io/BlocklyDuino/blockly/apps/blocklyduino/

Credit: Arachnid, stevoleeto, carlosperate, gasolin


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ BlocklyDuino also support [Grove](http://www.seeedstudio.com/wiki/GROVE_System)
### Demo

BlocklyDuino is a web tool. You can give it a try at
[Web](http://www.gasolin.idv.tw/public/blockly/apps/blocklyduino/index.html) to see the working BlocklyDuino.
[Web](http://blocklyduino.github.io/BlocklyDuino/blockly/apps/blocklyduino/) to see the working BlocklyDuino.

You can link directly to examples
* [demo 1](http://www.gasolin.idv.tw/public/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/blink.xml) make default LED blink
* [demo 2](http://www.gasolin.idv.tw/public/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/servo_potentio.xml) control servo with potentio rotator
* [demo 3](http://www.gasolin.idv.tw/public/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/click_color.xml) click button to change LED colors
* [demo 1](http://blocklyduino.github.io/BlocklyDuino/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/blink.xml) make default LED blink
* [demo 2](http://blocklyduino.github.io/BlocklyDuino/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/servo_potentio.xml) control servo with potentio rotator
* [demo 3](http://blocklyduino.github.io/BlocklyDuino/blockly/apps/blocklyduino/index.html?url=/public/blockly/apps/blocklyduino/examples/click_color.xml) click button to change LED colors

Or watch the [video demos](http://www.youtube.com/watch?v=_swiyXcUvNY)

Expand Down Expand Up @@ -60,7 +60,7 @@ OR (if running `ino_web_server.py`):

### ChangeLog

Check changelog [here](https://github.com/gasolin/BlocklyDuino/blob/master/CHANGELOG.txt)
Check changelog [here](https://github.com/BlocklyDuino/BlocklyDuino/blob/master/CHANGELOG.txt)

### Authors and Contributors
Fred Lin (@gasolin) .
Expand Down

0 comments on commit 559f887

Please sign in to comment.