Skip to content

Commit

Permalink
Merge pull request #9 from TizenTeam/sandbox/rzr/review/master
Browse files Browse the repository at this point in the history
docs: Add badges
  • Loading branch information
jstapels authored Mar 11, 2020
2 parents a6333a7 + cf647b8 commit 2a40e92
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 2a40e92

Please sign in to comment.