Updates for v1.3.0 release

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-04-22 12:51:19 -07:00
parent 7dc046cbfe
commit e9796ef297
3 changed files with 15 additions and 14 deletions

View File

@ -5,6 +5,8 @@ Cylon.js is a JavaScript framework for robotics, physical computing, and the Int
It provides a simple, but powerful way to create solutions that incorporate
multiple, different hardware devices concurrently.
Want to use Node.js for robots, drones, and IoT devices? You are in the right place.
Want to use Ruby on robots? Check out our sister project, [Artoo][].
Want to use Golang to power your robots? Check out our sister project,
@ -255,19 +257,19 @@ Additionally, we also support a number of I2C (Inter-Integrated Circuit) devices
through a shared `cylon-i2c` module:
- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/cylon-i2c)
- BlinkM
- BMP180
- BlinkM RGB LED
- BMP180 Barometric Pressure + Temperature sensor
- HMC6352 Digital Compass
- LCD Display
- JHD1313M1 LCD with RGB Backlight
- LCD
- LIDAR-Lite
- LSM9DS0G 9 Degrees of Freedom IMU
- LSM9DS0XM 9 Degrees of Freedom IMU
- MPL115A2 Barometer/Thermometer
- MPL115A2 Digital Barometer & Thermometer
- MPU6050 Triple Axis Accelerometer and Gyro
- PCA9544a 4-Channel I2C Mux
- PCA9685 16-Channel 12-bit PWM/Servo Driver
In addition to our officially supported platforms, we have the following 7 user contributed platforms:
Platform | Support

View File

@ -2,7 +2,8 @@
Version | Notes
------- | -----
1.2.0 | Dynamic connections & devices, more time helpers, simplified logging
1.3.0 | Smarter module loading rules, adaptor alias
1.2.0 | Dynamic connections & devices, more time helpers, simplified logging
1.1.0 | Clean ups, refactorings, misc. bug fixes.
1.0.0 | Remove deprecated Device and Connection syntax, add Basestar#respond method
0.22.2 | Bug-fix for Registry loader

View File

@ -1,18 +1,14 @@
{
"name": "cylon",
"version": "1.2.0",
"description": "A JavaScript robotics framework for Node.js",
"version": "1.3.0",
"description": "JavaScript framework for robotics, drones, and the Internet of Things (IoT) using Node.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"contributors": [
"Ron Evans <ron@hybridgroup.com>",
"Andrew Stewart <andrew@hybridgroup.com>",
"Edgar Silva <edgar@hybridgroup.com>",
"Mario 'Kuroir' Ricalde <mario@hybridgroup.com>",
"Adrian Zankich <adrian@hybridgroup.com>"
"Contributors List (https://github.com/hybridgroup/cylon/blob/master/CONTRIBUTORS.markdown)"
],
"repository": {
@ -30,7 +26,9 @@
"robots",
"robotics",
"iot",
"hardware"
"hardware",
"drones",
"internet of things"
],
"hardware": {