Skip to content

Commit

Permalink
docs: Add badges
Browse files Browse the repository at this point in the history
Forwarded: #9
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Aug 1, 2019
1 parent a6333a7 commit cf647b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# MPU6050

[![GitHub forks](
https://img.shields.io/github/forks/jstapels/mpu6050.svg?style=social&label=Fork&maxAge=2592000
)](
https://GitHub.com/jstapels/mpu6050/network/
)
[![license](
https://img.shields.io/badge/license-MIT-0.svg
)](LICENSE)
[![NPM](
https://img.shields.io/npm/v/mpu6050.svg
)](
https://www.npmjs.com/package/mpu6050
)

[![NPM](
https://nodei.co/npm/mpu6050.png
)](
https://npmjs.org/package/mpu6050
)

Minimal Node.js module for reading the raw data from an MPU6050.

This module has been tested on a BeagleBone Black.
Expand Down

0 comments on commit cf647b8

Please sign in to comment.