diff --git a/ChangeLog b/ChangeLog index 208be525..8dce4a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014.08.13 Version 0.3.2 +* Update to latest version of AdvancedFirmata + 2014.03.09 Version 0.3.1 * Added new DRIVER_HIGH_CURRENT interface to Stepper.js * Updated AdvancedFirmata to support high current stepper driver diff --git a/dist/Breakout-base.js b/dist/Breakout-base.js index 68159f82..d9106697 100644 --- a/dist/Breakout-base.js +++ b/dist/Breakout-base.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. diff --git a/dist/Breakout-base.min.js b/dist/Breakout-base.min.js index 7a78cb2f..49e6df58 100644 --- a/dist/Breakout-base.min.js +++ b/dist/Breakout-base.min.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. diff --git a/dist/Breakout-core.js b/dist/Breakout-core.js index 1a6537ca..b9d35356 100644 --- a/dist/Breakout-core.js +++ b/dist/Breakout-core.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. diff --git a/dist/Breakout-core.min.js b/dist/Breakout-core.min.js index a386cf52..86b60d12 100644 --- a/dist/Breakout-core.min.js +++ b/dist/Breakout-core.min.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. diff --git a/dist/Breakout.js b/dist/Breakout.js index ec727b64..d34af6bd 100644 --- a/dist/Breakout.js +++ b/dist/Breakout.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. @@ -2690,7 +2690,7 @@ BO.io.Stepper = (function () { * @param {IOBoard} board A reference to the IOBoard instance that the * stepper is attached to. * @param {Number} driverType. The type of driver (`Stepper.DRIVER`, - * `Stepper.DRIVER_HIGH_CURRENT, `Stepper.TWO_WIRE`, or + * `Stepper.DRIVER_HIGH_CURRENT`, `Stepper.TWO_WIRE`, or * `Stepper.FOUR_WIRE`). * @param {Number} numStepsPerRev The number of steps to make 1 revolution. * @param {Pin} directionPin If dirver interface, the pin used to control diff --git a/dist/Breakout.min.js b/dist/Breakout.min.js index 8df3cf80..70c10fd0 100644 --- a/dist/Breakout.min.js +++ b/dist/Breakout.min.js @@ -1,5 +1,5 @@ /*! - * Breakout v0.3.1 - 2014-03-09 + * Breakout v0.3.2 - 2014-08-13 * Copyright (c) 2011-2014 Jeff Hoefs * Released under the MIT license. See LICENSE file for details. diff --git a/docs/classes/BO.I2CBase.html b/docs/classes/BO.I2CBase.html index 6070e3e4..aa079372 100644 --- a/docs/classes/BO.I2CBase.html +++ b/docs/classes/BO.I2CBase.html @@ -27,7 +27,7 @@