brkontru
Version:
Break on Through - ADC, GPIO, PWM, UARTs, and more on the BeagleBone Black.
111 lines (72 loc) • 2.24 kB
Markdown
0.12.1 / 2015-07-04
===================
* brkontru has moved to [github.com/fivdi/bot-io](https://github.com/fivdi/bot-io)
0.12.0 / 2014-11-16
===================
* updated dependencies
* use cfmakeraw to set raw mode for serial ports
* characterSize option and method for Uart objects
* parity option and method for Uart objects
0.11.0 / 2014-10-26
===================
* isActiveLow option and method for Gpio objects
* scaledMin and scaledMax options for Ain objects
* scaled value method for Ain objects
* jslint code quality improvements
* use strict everywhere
0.10.0 / 2014-10-17
===================
* gpio interrupt support
* direction and edge methods for Gpio objects
0.9.0 / 2014-10-11
==================
* Gpio#pullType method for pull-up and pull-down resistors
0.8.0 / 2014-10-05
==================
* uart support
0.7.4 / 2014-08-09
==================
* downgrade from Node.js v0.11.13 to v0.10.30 and bump version again to fix 'shasum check failed' error when installing with npm (hopefully)
0.7.3 / 2014-08-09
==================
* bump version again to fix 'shasum check failed' error when installing with npm (hopefully)
0.7.2 / 2014-08-09
==================
* bump version to fix 'shasum check failed' error when installing with npm
0.7.1 / 2014-08-09
==================
* renamed Ain#value to Ain#rawValue
* documentation
0.6.1 / 2014-08-02
==================
* bump version to fix 'shasum check failed' error when installing with npm
0.6.0 / 2014-08-02
==================
* nicer led api
* documentation
0.5.0 / 2014-08-01
==================
* documentation
* default pwm polarity is now low
* updated dependencies
0.4.0 / 2014-07-27
==================
* adc support
0.3.0 / 2014-07-26
==================
* pwm support
0.2.0 / 2014-07-08
==================
* support for onboard leds
* initial sysfs gpio support
0.1.1 / 2014-07-05
==================
* fixed version number
0.1.0 / 2014-07-05
==================
* debounceInterval, pullType, and isActiveLow options for buttons
* exclusive-use for buttons
* led support
0.0.1 / 2014-06-11
==================
* initial release with support for debounced buttons