Skip to content

Commit

Permalink
Accerometer/Gyro/IMU: Remove alias MPU-6050
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 14, 2016
1 parent d75ac0c commit 21ef1d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/temperature-mpu6050.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ board.on("ready", function() {


## Additional Notes
- [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)
- [MPU6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)

 

Expand Down
2 changes: 1 addition & 1 deletion eg/temperature-mpu6050.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ board.on("ready", function() {
});

// @markdown
// - [MPU-6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)
// - [MPU6050 - IMU with Temperature Sensor](http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/)
// @markdown
1 change: 0 additions & 1 deletion lib/accelerometer.js
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ var Controllers = {
};

// Otherwise known as...
Controllers["MPU-6050"] = Controllers.MPU6050;
Controllers.TINKERKIT = Controllers.ANALOG;
Controllers.MMA8452Q = Controllers.MMA8452;

Expand Down
3 changes: 0 additions & 3 deletions lib/gyro.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ var Controllers = {
},
};

// Otherwise known as...
Controllers["MPU-6050"] = Controllers.MPU6050;

function Gyro(opts) {
if (!(this instanceof Gyro)) {
return new Gyro(opts);
Expand Down

0 comments on commit 21ef1d3

Please sign in to comment.