Skip to content

Conversation

@soundanalogous
Copy link
Member

After this merge lets stop using configurable_dev. Contributors should instead create a topic branch off of the configurable branch. If collaboration on a feature is needed we can create a common topic feature branch if necessary.

This pull request includes a bugfix for I2C_READ_CONTINUOUSLY and a number of small formatting tweaks. It also adds the ability to change the stepDelay for Stepper from 1 microsecond to 2 microseconds to support some high current stepper drivers. The version has been bumped to 2.6.1.

I'm using the sublime text astyle plugin for formatting. I've only run it on Firmata.cpp, Firmata.h and Boards.h so far. I'll update formatting all files in an upcoming commit. The only change I've made in the astyle default options is changing spacing from 4 to 2 spaces (no tabs).

This pull request also changes all of the includes for local files (in the utility directory) to use double quotes rather than brackets. I was having issues with the brackets (unless changing all to <utility/filename.h>) in clean versions of Arduino. I've tested the updated version in Arduino 1.0.5, 1.0.6, 1.5.7 and 1.5.8 both with the bundled versions (run release.sh and copy the Firmata file, overwriting the core Firmata library) as well as copying the raw directory structure from this repo into the core Firmata library directory. Was able to compile without issue in all tested versions of the IDE.

@soundanalogous soundanalogous changed the title Configurable dev merge configurable_dev into configurable Dec 29, 2014
@soundanalogous soundanalogous added this to the 2.6.1 milestone Dec 29, 2014
soundanalogous added a commit that referenced this pull request Feb 1, 2015
merge configurable_dev into configurable
@soundanalogous soundanalogous merged commit 470a83c into configurable Feb 1, 2015
@soundanalogous soundanalogous deleted the configurable_dev branch April 12, 2015 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants