Skip to content

Releases: stfc/ardublock

ardublock 2.2.0

10 Nov 21:05
e146a13
Compare
Choose a tag to compare

New Features and Minor Changes:

  • Add an 'Erase Arduino Program' Button to the UI

Patches, Bug Fixes and Documentation Changes:

  • Style improvements to 'Getting Started with ArduBlock' section of README.md

ardublock 2.1.1-1

06 Nov 19:44
Compare
Choose a tag to compare

Patches and Bug Fixes:

  • Change website URL to point to STFC repository

ardublock 2.1.0-1

24 Sep 13:26
Compare
Choose a tag to compare

Minor Changes:

  • Add Digital and Analog Hall Sensors

Patches and Bug Fixes:

  • Standardize pinMode(#, OUTPUT) formatting

ardublock 2.0.2-1

31 May 19:26
Compare
Choose a tag to compare

Patches and Bug Fixes:

ardublock 2.0.2-beta

07 Jan 20:33
Compare
Choose a tag to compare
ardublock 2.0.2-beta Pre-release
Pre-release

Patches and Bug Fixes:

Fix taweili#159 and arduino/Arduino#5454

ardublock 2.0.2-alpha

06 Jan 21:44
Compare
Choose a tag to compare
ardublock 2.0.2-alpha Pre-release
Pre-release

Patches and Bug Fixes:

ardublock 2.0.1-1

13 Nov 15:35
Compare
Choose a tag to compare

Patches and Bug Fixes:

  • Remove servo block family
  • Remove unneeded tinker.h import
  • Change TinkerButtonBlock to be an AbstractTinkerReadDigitalBlock

ardublock 2.0.0-1

27 Jul 18:41
Compare
Choose a tag to compare

Major Changes:
Alter loop counters to be more pythonic (starting at 0)

Minor Changes:
Defines loop counters in the loop

Patches and Bug Fixes:
Tinker blocks in loops no longer generate functions

ardublock 1.1.0-1

26 Jul 19:04
Compare
Choose a tag to compare

Minor Changes:
Add blocks to support FaireBot: https://www.youtube.com/watch?v=ru-OUyFdxc4
Re-add Tilt Switch block

Patches and Bug Fixes:
Fix of the'pin# bug' for Tilt Switch block
Re-add 'pin#' to LED block (instead of '#')
Rename 'Tests' to 'Logical Operators'

ardublock 1.1.0-beta

18 Jun 16:00
Compare
Choose a tag to compare
ardublock 1.1.0-beta Pre-release
Pre-release

Add blocks to support FaireBot: https://www.youtube.com/watch?v=ru-OUyFdxc4
Re add Tilt Switch
Rename "Tests" to "Logical Operators"