Skip to content

Commit

Permalink
Update ChangeLog and Documentation
Browse files Browse the repository at this point in the history
- taweili#159 and arduino/Arduino#5454 marked as
  "Patches and Bug Fixes" as backwards compatibility
  is preserved and no apparent new features added.
  • Loading branch information
gregcorbett committed Nov 12, 2016
1 parent 1ded360 commit 366b031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

Patches and Bug Fixes:
- Remove servo block family
- Fixes taweili#159 and arduino/Arduino#5454

========== Version 2.0.0 ==========

Expand Down
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ArduBlock is a Block Programming Language for Arduino. The language and function
Ardublock is a free graphical programming environment to make programming physical computing with Arduino as easy as drag and drop. It is based on the popular ‘scratch’ programming language, which many will already be familiar with. Ardublock generates code in C, a text based language used by the Arduino IDE, which can then be studied and modified if desired.

Ardublock is an extension to the Arduino IDE so that will need to be downloaded as well (found here https://www.arduino.cc/en/Main/Software).
* Ardublock has been tested with version 1.0.5-r2, available here: http://arduino.googlecode.com/files/arduino-1.0.5-r2-windows.exe
* Ardublock is tested with version 1.6.12, available here: https://www.arduino.cc/download_handler.php?f=/arduino-1.6.12-windows.exe
* Backwards compatibility has been maintained to 1.0.5-r2

Code written in Ardublock has the file extension .abp.

Expand Down

0 comments on commit 366b031

Please sign in to comment.