Commit 623573aa authored by carlosperate's avatar carlosperate

Updated README and removed ServerCompilerSettings.ini (as it should be autogenerated).

The gitignore file is already set to ignore this file
parent bca8a9eb
[Arduino_IDE]
arduino_exec_path = C:\IDEs\arduino-1.5.6-r2\arduino.exe
arduino_board = Uno
arduino_com_port = COM1
[Arduino_Sketch]
sketch_name = ArdublocklySketch
sketch_directory = G:\GE\CSF\git\ardublockly
## Ardublockly
# Ardublockly
"Ardublockly" is a fork of [Blockly](https://developers.google.com/blockly/), a web-based graphical programming editor, that has been updated to generate [Arduino](http://www.arduino.cc/) code.
This project is influeced by BlocklyDuino, also based on an older version of [Blockly](https://developers.google.com/blockly/).
The "ArduBlocklyServerCompiler" component initialises a local server with Python to be able to compile and load the Arduino code using the [Arduino IDE](http://arduino.cc/en/main/software).
### Features
This project has been influenced by BlocklyDuino (based on an outdated version of Blockly).
## Features
Ardublockly is still under development and a few of the main features are not yet implemented.
......@@ -14,7 +14,7 @@ Ardublockly is still under development and a few of the main features are not ye
![WebApp screenshot](http://carlosperate.github.io/ardublockly/images/screenshot_1.png "Ardublockly")
### Demo
## Demo
A demo of the current state of Ardublockly can be found in the following two links:
* [Ardublockly](http://carlosperate.github.io/ardublockly/ardublockly/apps/arduino/index.html)
......@@ -23,17 +23,23 @@ A demo of the current state of Ardublockly can be found in the following two lin
To load the code into an Arduino requires Ardublockly to be executed locally.
### Documentation
The documentation, including installation instructions, can be found in [this github repository wiki](https://github.com/carlosperate/ardublockly/wiki)
The documentation, including installation instructions, can be found in [this Github repository Wiki](https://github.com/carlosperate/ardublockly/wiki).
### Original Authors
To download the documentation you can git clone the wiki data:
```
git clone https://github.com/carlosperate/ardublockly.wiki.git
```
Original source code from Blockly is Copyright of Google Inc. [https://developers.google.com/blockly/](https://developers.google.com/blockly/)
## Original Authors
Blockly original source is Copyright of Google Inc. [https://developers.google.com/blockly/](https://developers.google.com/blockly/)
#### Significant changes
Added Arduino code generator and Arduino app.
All changes to the original source code can be review [here](https://github.com/carlosperate/ardublockly/compare/blockly-original...master).
Added Arduino code generator, Arduino app, and Python server to utilise the Arduino IDE.
All changes to the original source code can be reviewed [here](https://github.com/carlosperate/ardublockly/compare/blockly-original...master).
### License
## License
Licensed under the Apache License, Version 2.0 (the "License"). The full document can be found in the [COPYING](https://github.com/carlosperate/ardublockly/blob/master/COPYING) file.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment