diff --git a/README.markdown b/README.markdown index 4df9bf0..29929d9 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/RELEASES.md b/RELEASES.md index 4d9c104..293902a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 diff --git a/package.json b/package.json index f6a7a23..7999820 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ - "Ron Evans ", - "Andrew Stewart ", - "Edgar Silva ", - "Mario 'Kuroir' Ricalde ", - "Adrian Zankich " + "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": {