Skip to content
This repository has been archived by the owner on Dec 24, 2017. It is now read-only.

Releases: theoctal/octalbonescript

Support for Node v6.x

15 Feb 12:16
Compare
Choose a tag to compare
  • updated serial module to support node v6.x

Supports NodeJS 0.12.x now

12 May 16:46
Compare
Choose a tag to compare
  • updated i2c package to v0.2.1 to support newer NodeJS

Version for kernel 4.1

26 Dec 12:56
Compare
Choose a tag to compare

OBS now supports kernel 4.1 and above. This version will not work with Linux Kernels below 4.1. If you want to use OBS with 3.8 or below, please use 1.0.x.

  • Introduces 2 new functions loadCape and unloadCape to load or unload any cape as per needed
  • All APIs are unchanged. You can upgrade your BBB to new debian image by downloading from http://beagleboard.org/latest-images and then upgrade OBS to v1.1.0

First stable version

24 Mar 07:11
Compare
Choose a tag to compare

Following are changes made in this release.

  • Debug module used instead of Winston
  • Semantic versioning used henceforth. No changelog will be published for bug fixes
  • BitWise operators, trigonometry and Math functions bundled with bonescript are removed. These functions were not used in library. If users need them, they can do so by using other npm modules
  • All callbacks now have callback(err, resp) format. The previous format was callback(resp). This is major BC break. refer WIKI for more info.
  • serialOpen and i2cOpen should now be used as serial.open and i2c.open. This applies to other serial and I2C functions as well.
  • startWatchdog and stopWatchdog should now be used as watchdog.start and watchdog.stop.
  • Sync version of pinMode pinModeSync added for convenience.
  • octalbonejs.com is not available. All code docs are now on github wiki at https://github.com/theoctal/octalbonescript/wiki